#B92DE1

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

Shades of Dark Orchid #B92DE1

Tints of Dark Orchid #B92DE1

Color information

#B92DE1 (or 0xB92DE1) is unknown color: approx Dark Orchid. HEX triplet: B9, 2D and E1. RGB value is (185,45,225). Sum of RGB (Red+Green+Blue) = 185+45+225=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 225 (88.28% from 255 or 49.45% from 455); Max value from RGB is 225 - color contains mainly: blue. Hex color #B92DE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92DE1 is #46D21E. Grayscale: #6A6A6A. Windows color (decimal): -4641311 or 14757305. OLE color: 14757305.

HSL color Cylindrical-coordinate representation of color #B92DE1: hue angle of 286.67º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92DE1 is Cyan = 0.18, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18545225-
CMYK0.180.800.12
HSL286.67º75%52.94%-
HSV(B)286.67º80%88.24%-
XYZ34.5417.6372.82-
YUV107.38194.38183.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 45 (17.97% from 255) = 9.89%
BLUE value IS 225 (88.28% from 255) = 49.45%
R=40.66%
G=9.89%
B=49.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185452250.180.800.12286.677552.94
HexB92DE112500C11f4b35
Octal271553412212001443711365
Binary1011100110110111100001100101010000011001000111111001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92DE1; }

 p { color: rgb(185,45,225); }

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

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

 a { background-color: rgb(185,45,225); }

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

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

 span { border-color: rgb(185,45,225); }

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