Html Css Color HEX #B92ECC Dark Orchid

📋 copy color: '#B92ECC'

red 185 ◦ green 46 ◦ blue 204

#B92ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B92ECC

Tints of Dark Orchid #B92ECC

RGB

 RED value IS 185 (72.66% from 255) = 42.53%

 GREEN value IS 46 (18.36% from 255) = 10.57%

 BLUE value IS 204 (80.08% from 255) = 46.9%

R = 42.53%
G = 10.57%
B = 46.9%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B92ECC (or 0xB92ECC) is known color: Dark Orchid. HEX triplet: B9, 2E and CC. RGB value is (185,46,204). Sum of RGB (Red+Green+Blue) = 185+46+204=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #B92ECC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92ECC is #46D133. Grayscale: #696969. Windows color (decimal): -4641076 or 13381305. OLE color: 13381305.

HSL color Cylindrical-coordinate representation of color #B92ECC: hue angle of 292.78º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92ECC is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 46 204 -
CMYK 0.09 0.77 0 0.2
HSL 292.78º 0.63% 0.49% -
HSV(B) 292.78º 0.77% 0.8% -
XYZ 31.88 16.63 58.66 -
YUV 105.57 183.55 184.65 -
System Red Green Blue C M Y K H S L
Decimal 185 46 204 0.09 0.77 0 0.2 292.78 0.63 0.49
Hex B9 2E CC 9 4D 0 14 125 3F 31
Octal 271 56 314 11 115 0 24 445 77 61
Binary 10111001 101110 11001100 1001 1001101 0 10100 100100101 111111 110001

Color Harmonies of #B92ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92ECC

Black with #B92ECC

Text Example


Text Example

White with #B92ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92ECC; }

 p { color: rgb(185,46,204); }

 H1.HeaderClassName
 {
   color: #B92ECC;
 }
 .AnyTagClassName
 {
   color: #B92ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(185,46,204); }

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

border-color css

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

 span { border-color: rgb(185,46,204); }

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