#B92BE2

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

Shades of Dark Orchid #B92BE2

Tints of Dark Orchid #B92BE2

Color information

#B92BE2 (or 0xB92BE2) is unknown color: approx Dark Orchid. HEX triplet: B9, 2B and E2. RGB value is (185,43,226). Sum of RGB (Red+Green+Blue) = 185+43+226=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #B92BE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BE2 is #46D41D. Grayscale: #696969. Windows color (decimal): -4641822 or 14822329. OLE color: 14822329.

HSL color Cylindrical-coordinate representation of color #B92BE2: hue angle of 286.56º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92BE2 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18543226-
CMYK0.180.8100.11
HSL286.56º75.93%52.75%-
HSV(B)286.56º80.97%88.63%-
XYZ34.617.5373.51-
YUV106.32195.54184.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 43 (17.19% from 255) = 9.47%
BLUE value IS 226 (88.67% from 255) = 49.78%
R=40.75%
G=9.47%
B=49.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185432260.180.8100.11286.5675.9352.75
HexB92BE212510B11f4c35
Octal271533422212101343711465
Binary1011100110101111100010100101010001010111000111111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92BE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92BE2; }

 p { color: rgb(185,43,226); }

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

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

 a { background-color: rgb(185,43,226); }

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

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

 span { border-color: rgb(185,43,226); }

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