Html Css Color HEX #B92DEE Dark Orchid

📋 copy color: '#B92DEE'

red 185 ◦ green 45 ◦ blue 238

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

Shades of Dark Orchid #B92DEE

Tints of Dark Orchid #B92DEE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.62%

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 39.53%
G = 9.62%
B = 50.85%

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

#B92DEE (or 0xB92DEE) is known color: Dark Orchid. HEX triplet: B9, 2D and EE. RGB value is (185,45,238). Sum of RGB (Red+Green+Blue) = 185+45+238=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B92DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92DEE is #46D211. Grayscale: #6C6C6C. Windows color (decimal): -4641298 or 15609273. OLE color: 15609273.

HSL color Cylindrical-coordinate representation of color #B92DEE: hue angle of 283.52º degrees, saturation: 0.85, 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 #B92DEE is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 45 238 -
CMYK 0.22 0.81 0 0.07
HSL 283.52º 0.85% 0.55% -
HSV(B) 283.52º 0.81% 0.93% -
XYZ 36.38 18.36 82.52 -
YUV 108.86 200.88 182.31 -
System Red Green Blue C M Y K H S L
Decimal 185 45 238 0.22 0.81 0 0.07 283.52 0.85 0.55
Hex B9 2D EE 16 51 0 7 11C 55 37
Octal 271 55 356 26 121 0 7 434 125 67
Binary 10111001 101101 11101110 10110 1010001 0 111 100011100 1010101 110111

Color Harmonies of #B92DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92DEE

Black with #B92DEE

Text Example


Text Example

White with #B92DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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