#B92BD4

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

Shades of Dark Orchid #B92BD4

Tints of Dark Orchid #B92BD4

Color information

#B92BD4 (or 0xB92BD4) is unknown color: approx Dark Orchid. HEX triplet: B9, 2B and D4. RGB value is (185,43,212). Sum of RGB (Red+Green+Blue) = 185+43+212=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 43 (17.19% from 255 or 9.77% from 440); Blue value is 212 (83.20% from 255 or 48.18% from 440); Max value from RGB is 212 - color contains mainly: blue. Hex color #B92BD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92BD4 is #46D42B. Grayscale: #686868. Windows color (decimal): -4641836 or 13904825. OLE color: 13904825.

HSL color Cylindrical-coordinate representation of color #B92BD4: hue angle of 290.41º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92BD4 is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18543212-
CMYK0.130.8000.17
HSL290.41º66.27%50%-
HSV(B)290.41º79.72%83.14%-
XYZ32.7616.863.8-
YUV104.72188.54185.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 43 (17.19% from 255) = 9.77%
BLUE value IS 212 (83.20% from 255) = 48.18%
R=42.05%
G=9.77%
B=48.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal185432120.130.8000.17290.4166.2750
HexB92BD4D500111224232
Octal271533241512002144210262
Binary1011100110101111010100110110100000100011001000101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92BD4; }

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

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

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

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

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

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

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

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