Html Css Color HEX #B901EE Electric Purple

📋 copy color: '#B901EE'

red 185 ◦ green 1 ◦ blue 238

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

Shades of Electric Purple #B901EE

Tints of Electric Purple #B901EE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 43.63%
G = 0.24%
B = 56.13%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B901EE (or 0xB901EE) is known color: Electric Purple. HEX triplet: B9, 01 and EE. RGB value is (185,1,238). Sum of RGB (Red+Green+Blue) = 185+1+238=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 1 (0.78% from 255 or 0.24% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #B901EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B901EE is #46FE11. Grayscale: #525252. Windows color (decimal): -4652562 or 15598009. OLE color: 15598009.

HSL color Cylindrical-coordinate representation of color #B901EE: hue angle of 286.58º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901EE is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 1 238 -
CMYK 0.22 1.00 0 0.07
HSL 286.58º 0.99% 0.47% -
HSV(B) 286.58º 1% 0.93% -
XYZ 35.45 16.51 82.21 -
YUV 83.03 215.46 200.73 -
System Red Green Blue C M Y K H S L
Decimal 185 1 238 0.22 1.00 0 0.07 286.58 0.99 0.47
Hex B9 1 EE 16 64 0 7 11F 63 2F
Octal 271 1 356 26 144 0 7 437 143 57
Binary 10111001 1 11101110 10110 1100100 0 111 100011111 1100011 101111

Color Harmonies of #B901EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901EE

Black with #B901EE

Text Example


Text Example

White with #B901EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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