Html Css Color HEX #B90BEE Electric Purple

📋 copy color: '#B90BEE'

red 185 ◦ green 11 ◦ blue 238

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

Shades of Electric Purple #B90BEE

Tints of Electric Purple #B90BEE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.53%

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

R = 42.63%
G = 2.53%
B = 54.84%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90BEE (or 0xB90BEE) is known color: Electric Purple. HEX triplet: B9, 0B and EE. RGB value is (185,11,238). Sum of RGB (Red+Green+Blue) = 185+11+238=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #B90BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BEE is #46F411. Grayscale: #585858. Windows color (decimal): -4650002 or 15600569. OLE color: 15600569.

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

Color convert

RGB 185 11 238 -
CMYK 0.22 0.95 0 0.07
HSL 285.99º 0.91% 0.49% -
HSV(B) 285.99º 0.95% 0.93% -
XYZ 35.56 16.73 82.24 -
YUV 88.9 212.15 196.54 -
System Red Green Blue C M Y K H S L
Decimal 185 11 238 0.22 0.95 0 0.07 285.99 0.91 0.49
Hex B9 B EE 16 5F 0 7 11E 5B 31
Octal 271 13 356 26 137 0 7 436 133 61
Binary 10111001 1011 11101110 10110 1011111 0 111 100011110 1011011 110001

Color Harmonies of #B90BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BEE

Black with #B90BEE

Text Example


Text Example

White with #B90BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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