Html Css Color HEX #B92CED Dark Orchid

📋 copy color: '#B92CED'

red 185 ◦ green 44 ◦ blue 237

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

Shades of Dark Orchid #B92CED

Tints of Dark Orchid #B92CED

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.44%

 BLUE value IS 237 (92.97% from 255) = 50.86%

R = 39.7%
G = 9.44%
B = 50.86%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B92CED (or 0xB92CED) is known color: Dark Orchid. HEX triplet: B9, 2C and ED. RGB value is (185,44,237). Sum of RGB (Red+Green+Blue) = 185+44+237=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 44 (17.58% from 255 or 9.44% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #B92CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CED is #46D312. Grayscale: #6B6B6B. Windows color (decimal): -4641555 or 15543481. OLE color: 15543481.

HSL color Cylindrical-coordinate representation of color #B92CED: hue angle of 283.83º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B92CED is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 44 237 -
CMYK 0.22 0.81 0 0.07
HSL 283.83º 0.84% 0.55% -
HSV(B) 283.83º 0.81% 0.93% -
XYZ 36.19 18.23 81.73 -
YUV 108.16 200.71 182.81 -
System Red Green Blue C M Y K H S L
Decimal 185 44 237 0.22 0.81 0 0.07 283.83 0.84 0.55
Hex B9 2C ED 16 51 0 7 11C 54 37
Octal 271 54 355 26 121 0 7 434 124 67
Binary 10111001 101100 11101101 10110 1010001 0 111 100011100 1010100 110111

Color Harmonies of #B92CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CED

Black with #B92CED

Text Example


Text Example

White with #B92CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CED; }

 p { color: rgb(185,44,237); }

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

background-color css

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

 a { background-color: rgb(185,44,237); }

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

border-color css

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

 span { border-color: rgb(185,44,237); }

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