#B92CCA

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

Shades of Dark Orchid #B92CCA

Tints of Dark Orchid #B92CCA

Color information

#B92CCA (or 0xB92CCA) is unknown color: approx Dark Orchid. HEX triplet: B9, 2C and CA. RGB value is (185,44,202). Sum of RGB (Red+Green+Blue) = 185+44+202=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #B92CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92CCA is #46D335. Grayscale: #676767. Windows color (decimal): -4641590 or 13249721. OLE color: 13249721.

HSL color Cylindrical-coordinate representation of color #B92CCA: hue angle of 293.54º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B92CCA is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18544202-
CMYK0.080.7800.21
HSL293.54º64.23%48.24%-
HSV(B)293.54º78.22%79.22%-
XYZ31.5716.3857.37-
YUV104.17183.21185.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 44 (17.58% from 255) = 10.21%
BLUE value IS 202 (79.30% from 255) = 46.87%
R=42.92%
G=10.21%
B=46.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185442020.080.7800.21293.5464.2348.24
HexB92CCA84E0151264030
Octal271543121011602544610060
Binary1011100110110011001010100010011100101011001001101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92CCA; }

 p { color: rgb(185,44,202); }

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

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

 a { background-color: rgb(185,44,202); }

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

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

 span { border-color: rgb(185,44,202); }

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