Html Css Color HEX #B90FEE Electric Purple

📋 copy color: '#B90FEE'

red 185 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B90FEE

Tints of Electric Purple #B90FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.42%

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

R = 42.24%
G = 3.42%
B = 54.34%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B90FEE (or 0xB90FEE) is known color: Electric Purple. HEX triplet: B9, 0F and EE. RGB value is (185,15,238). Sum of RGB (Red+Green+Blue) = 185+15+238=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #B90FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90FEE is #46F011. Grayscale: #5A5A5A. Windows color (decimal): -4648978 or 15601593. OLE color: 15601593.

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

Color convert

RGB 185 15 238 -
CMYK 0.22 0.94 0 0.07
HSL 285.74º 0.88% 0.5% -
HSV(B) 285.74º 0.94% 0.93% -
XYZ 35.61 16.83 82.26 -
YUV 91.25 210.82 194.87 -
System Red Green Blue C M Y K H S L
Decimal 185 15 238 0.22 0.94 0 0.07 285.74 0.88 0.5
Hex B9 F EE 16 5E 0 7 11E 58 32
Octal 271 17 356 26 136 0 7 436 130 62
Binary 10111001 1111 11101110 10110 1011110 0 111 100011110 1011000 110010

Color Harmonies of #B90FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90FEE

Black with #B90FEE

Text Example


Text Example

White with #B90FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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