Html Css Color HEX #B92CEE Dark Orchid

📋 copy color: '#B92CEE'

red 185 ◦ green 44 ◦ blue 238

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

Shades of Dark Orchid #B92CEE

Tints of Dark Orchid #B92CEE

RGB

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

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

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

R = 39.61%
G = 9.42%
B = 50.96%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B92CEE (or 0xB92CEE) is known color: Dark Orchid. HEX triplet: B9, 2C and EE. RGB value is (185,44,238). Sum of RGB (Red+Green+Blue) = 185+44+238=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #B92CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92CEE is #46D311. Grayscale: #6B6B6B. Windows color (decimal): -4641554 or 15609017. OLE color: 15609017.

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

Color convert

RGB 185 44 238 -
CMYK 0.22 0.82 0 0.07
HSL 283.61º 0.85% 0.55% -
HSV(B) 283.61º 0.82% 0.93% -
XYZ 36.34 18.29 82.5 -
YUV 108.28 201.21 182.73 -
System Red Green Blue C M Y K H S L
Decimal 185 44 238 0.22 0.82 0 0.07 283.61 0.85 0.55
Hex B9 2C EE 16 52 0 7 11C 55 37
Octal 271 54 356 26 122 0 7 434 125 67
Binary 10111001 101100 11101110 10110 1010010 0 111 100011100 1010101 110111

Color Harmonies of #B92CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92CEE

Black with #B92CEE

Text Example


Text Example

White with #B92CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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