Html Css Color HEX #B901E5 Electric Purple

📋 copy color: '#B901E5'

red 185 ◦ green 1 ◦ blue 229

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

Shades of Electric Purple #B901E5

Tints of Electric Purple #B901E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 55.18%

R = 44.58%
G = 0.24%
B = 55.18%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B901E5 (or 0xB901E5) is known color: Electric Purple. HEX triplet: B9, 01 and E5. RGB value is (185,1,229). Sum of RGB (Red+Green+Blue) = 185+1+229=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #B901E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901E5 is #46FE1A. Grayscale: #515151. Windows color (decimal): -4652571 or 15008185. OLE color: 15008185.

HSL color Cylindrical-coordinate representation of color #B901E5: hue angle of 288.42º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B901E5 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 1 229 -
CMYK 0.19 1.00 0 0.10
HSL 288.42º 0.99% 0.45% -
HSV(B) 288.42º 1% 0.9% -
XYZ 34.16 15.99 75.42 -
YUV 82.01 210.96 201.46 -
System Red Green Blue C M Y K H S L
Decimal 185 1 229 0.19 1.00 0 0.10 288.42 0.99 0.45
Hex B9 1 E5 13 64 0 A 120 63 2D
Octal 271 1 345 23 144 0 12 440 143 55
Binary 10111001 1 11100101 10011 1100100 0 1010 100100000 1100011 101101

Color Harmonies of #B901E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901E5

Black with #B901E5

Text Example


Text Example

White with #B901E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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