Html Css Color HEX #B92BEE Electric Purple

📋 copy color: '#B92BEE'

red 185 ◦ green 43 ◦ blue 238

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

Shades of Electric Purple #B92BEE

Tints of Electric Purple #B92BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.23%

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

R = 39.7%
G = 9.23%
B = 51.07%

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

#B92BEE (or 0xB92BEE) is known color: Electric Purple. HEX triplet: B9, 2B and EE. RGB value is (185,43,238). Sum of RGB (Red+Green+Blue) = 185+43+238=466 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.70% from 466); Green value is 43 (17.19% from 255 or 9.23% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #B92BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92BEE is #46D411. Grayscale: #6B6B6B. Windows color (decimal): -4641810 or 15608761. OLE color: 15608761.

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

Color convert

RGB 185 43 238 -
CMYK 0.22 0.82 0 0.07
HSL 283.69º 0.85% 0.55% -
HSV(B) 283.69º 0.82% 0.93% -
XYZ 36.3 18.22 82.49 -
YUV 107.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 185 43 238 0.22 0.82 0 0.07 283.69 0.85 0.55
Hex B9 2B EE 16 52 0 7 11C 55 37
Octal 271 53 356 26 122 0 7 434 125 67
Binary 10111001 101011 11101110 10110 1010010 0 111 100011100 1010101 110111

Color Harmonies of #B92BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92BEE

Black with #B92BEE

Text Example


Text Example

White with #B92BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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