Html Css Color HEX #B901E4 Electric Purple

📋 copy color: '#B901E4'

red 185 ◦ green 1 ◦ blue 228

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

Shades of Electric Purple #B901E4

Tints of Electric Purple #B901E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 55.07%

R = 44.69%
G = 0.24%
B = 55.07%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B901E4 (or 0xB901E4) is known color: Electric Purple. HEX triplet: B9, 01 and E4. RGB value is (185,1,228). Sum of RGB (Red+Green+Blue) = 185+1+228=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 228 (89.45% from 255 or 55.07% from 414); Max value from RGB is 228 - color contains mainly: blue. Hex color #B901E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B901E4 is #46FE1B. Grayscale: #515151. Windows color (decimal): -4652572 or 14942649. OLE color: 14942649.

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

Color convert

RGB 185 1 228 -
CMYK 0.19 1.00 0 0.11
HSL 288.63º 0.99% 0.45% -
HSV(B) 288.63º 1% 0.89% -
XYZ 34.02 15.94 74.68 -
YUV 81.89 210.46 201.54 -
System Red Green Blue C M Y K H S L
Decimal 185 1 228 0.19 1.00 0 0.11 288.63 0.99 0.45
Hex B9 1 E4 13 64 0 B 121 63 2D
Octal 271 1 344 23 144 0 13 441 143 55
Binary 10111001 1 11100100 10011 1100100 0 1011 100100001 1100011 101101

Color Harmonies of #B901E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B901E4

Black with #B901E4

Text Example


Text Example

White with #B901E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B901E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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