#B92AC3

Color #B92AC3 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B92AC3

Tints of Dark Orchid #B92AC3

Color information

#B92AC3 (or 0xB92AC3) is unknown color: approx Dark Orchid. HEX triplet: B9, 2A and C3. RGB value is (185,42,195). Sum of RGB (Red+Green+Blue) = 185+42+195=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 42 (16.80% from 255 or 9.95% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #B92AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92AC3 is #46D53C. Grayscale: #656565. Windows color (decimal): -4642109 or 12790457. OLE color: 12790457.

HSL color Cylindrical-coordinate representation of color #B92AC3: hue angle of 296.08º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92AC3 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18542195-
CMYK0.050.7800.24
HSL296.08º64.56%46.47%-
HSV(B)296.08º78.46%76.47%-
XYZ30.6915.9153.08-
YUV102.2180.38187.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 42 (16.80% from 255) = 9.95%
BLUE value IS 195 (76.56% from 255) = 46.21%
R=43.84%
G=9.95%
B=46.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185421950.050.7800.24296.0864.5646.47
HexB92AC354E018128412e
Octal27152303511603045010156
Binary101110011010101100001110110011100110001001010001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92AC3; }

 p { color: rgb(185,42,195); }

 H1.HeaderClassName
 {
   color: #B92AC3;
 }
 .AnyTagClassName
 {
   color: #B92AC3;
 }
</style>
background-color css

<style>
 a { background-color: #B92AC3; }

 a { background-color: rgb(185,42,195); }

 div.DivClassName
 {
   background-color: #B92AC3;
 }
 .BgClassName
 {
   background-color: #B92AC3;
 }
</style>
border-color css

<style>
 span { border-color: #B92AC3; }

 span { border-color: rgb(185,42,195); }

 td.TdClassName
 {
   border-color: #B92AC3;
 }
 .TagClassName
 {
   border-color: #B92AC3;
 }
</style>