Html Css Color HEX #B90BEB Electric Purple

📋 copy color: '#B90BEB'

red 185 ◦ green 11 ◦ blue 235

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

Shades of Electric Purple #B90BEB

Tints of Electric Purple #B90BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.52%

R = 42.92%
G = 2.55%
B = 54.52%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B90BEB (or 0xB90BEB) is known color: Electric Purple. HEX triplet: B9, 0B and EB. RGB value is (185,11,235). Sum of RGB (Red+Green+Blue) = 185+11+235=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #B90BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90BEB is #46F414. Grayscale: #575757. Windows color (decimal): -4650005 or 15403961. OLE color: 15403961.

HSL color Cylindrical-coordinate representation of color #B90BEB: hue angle of 286.61º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B90BEB is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 185 11 235 -
CMYK 0.21 0.95 0 0.08
HSL 286.61º 0.91% 0.48% -
HSV(B) 286.61º 0.95% 0.92% -
XYZ 35.12 16.55 79.94 -
YUV 88.56 210.65 196.79 -
System Red Green Blue C M Y K H S L
Decimal 185 11 235 0.21 0.95 0 0.08 286.61 0.91 0.48
Hex B9 B EB 15 5F 0 8 11F 5B 30
Octal 271 13 353 25 137 0 10 437 133 60
Binary 10111001 1011 11101011 10101 1011111 0 1000 100011111 1011011 110000

Color Harmonies of #B90BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90BEB

Black with #B90BEB

Text Example


Text Example

White with #B90BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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