#B92AD8

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

Shades of Dark Orchid #B92AD8

Tints of Dark Orchid #B92AD8

Color information

#B92AD8 (or 0xB92AD8) is unknown color: approx Dark Orchid. HEX triplet: B9, 2A and D8. RGB value is (185,42,216). Sum of RGB (Red+Green+Blue) = 185+42+216=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 42 (16.80% from 255 or 9.48% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #B92AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92AD8 is #46D527. Grayscale: #686868. Windows color (decimal): -4642088 or 14166713. OLE color: 14166713.

HSL color Cylindrical-coordinate representation of color #B92AD8: hue angle of 289.31º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92AD8 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18542216-
CMYK0.140.8100.15
HSL289.31º69.05%50.59%-
HSV(B)289.31º80.56%84.71%-
XYZ33.2316.9366.48-
YUV104.59190.88185.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 42 (16.80% from 255) = 9.48%
BLUE value IS 216 (84.77% from 255) = 48.76%
R=41.76%
G=9.48%
B=48.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185422160.140.8100.15289.3169.0550.59
HexB92AD8E510F1214533
Octal271523301612101744110563
Binary101110011010101101100011101010001011111001000011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92AD8; }

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

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

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

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

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

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

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

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