Html Css Color HEX #B92EEE Dark Orchid

📋 copy color: '#B92EEE'

red 185 ◦ green 46 ◦ blue 238

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

Shades of Dark Orchid #B92EEE

Tints of Dark Orchid #B92EEE

RGB

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

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

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

R = 39.45%
G = 9.81%
B = 50.75%

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

#B92EEE (or 0xB92EEE) is known color: Dark Orchid. HEX triplet: B9, 2E and EE. RGB value is (185,46,238). Sum of RGB (Red+Green+Blue) = 185+46+238=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 46 (18.36% from 255 or 9.81% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #B92EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92EEE is #46D111. Grayscale: #6C6C6C. Windows color (decimal): -4641042 or 15609529. OLE color: 15609529.

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

Color convert

RGB 185 46 238 -
CMYK 0.22 0.81 0 0.07
HSL 283.44º 0.85% 0.56% -
HSV(B) 283.44º 0.81% 0.93% -
XYZ 36.42 18.44 82.53 -
YUV 109.45 200.55 181.89 -
System Red Green Blue C M Y K H S L
Decimal 185 46 238 0.22 0.81 0 0.07 283.44 0.85 0.56
Hex B9 2E EE 16 51 0 7 11B 55 38
Octal 271 56 356 26 121 0 7 433 125 70
Binary 10111001 101110 11101110 10110 1010001 0 111 100011011 1010101 111000

Color Harmonies of #B92EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92EEE

Black with #B92EEE

Text Example


Text Example

White with #B92EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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