Html Css Color HEX #BB01FE Electric Purple

📋 copy color: '#BB01FE'

red 187 ◦ green 1 ◦ blue 254

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

Shades of Electric Purple #BB01FE

Tints of Electric Purple #BB01FE

RGB

 RED value IS 187 (73.44% from 255) = 42.31%

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

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 42.31%
G = 0.23%
B = 57.47%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB01FE (or 0xBB01FE) is known color: Electric Purple. HEX triplet: BB, 01 and FE. RGB value is (187,1,254). Sum of RGB (Red+Green+Blue) = 187+1+254=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB01FE is #44FE01. Grayscale: #545454. Windows color (decimal): -4521474 or 16646587. OLE color: 16646587.

HSL color Cylindrical-coordinate representation of color #BB01FE: hue angle of 284.11º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB01FE is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 1 254 -
CMYK 0.26 1.00 0 0.00
HSL 284.11º 0.99% 0.5% -
HSV(B) 284.11º 1% 1% -
XYZ 38.39 17.74 95.17 -
YUV 85.46 223.12 200.43 -
System Red Green Blue C M Y K H S L
Decimal 187 1 254 0.26 1.00 0 0.00 284.11 0.99 0.5
Hex BB 1 FE 1A 64 0 0 11C 63 32
Octal 273 1 376 32 144 0 0 434 143 62
Binary 10111011 1 11111110 11010 1100100 0 0 100011100 1100011 110010

Color Harmonies of #BB01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01FE

Black with #BB01FE

Text Example


Text Example

White with #BB01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01FE; }

 p { color: rgb(187,1,254); }

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

background-color css

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

 a { background-color: rgb(187,1,254); }

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

border-color css

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

 span { border-color: rgb(187,1,254); }

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