Html Css Color HEX #BB00FE Electric Purple

📋 copy color: '#BB00FE'

red 187 ◦ green 0 ◦ blue 254

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

Shades of Electric Purple #BB00FE

Tints of Electric Purple #BB00FE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.4%
G = 0%
B = 57.6%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB00FE (or 0xBB00FE) is known color: Electric Purple. HEX triplet: BB, 00 and FE. RGB value is (187,0,254). Sum of RGB (Red+Green+Blue) = 187+0+254=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 0 (0.39% from 255 or 0% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB00FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00FE is #44FF01. Grayscale: #545454. Windows color (decimal): -4521730 or 16646331. OLE color: 16646331.

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

Color convert

RGB 187 0 254 -
CMYK 0.26 1 0 0.00
HSL 284.17º 1% 0.5% -
HSV(B) 284.17º 1% 1% -
XYZ 38.38 17.72 95.16 -
YUV 84.87 223.45 200.85 -
System Red Green Blue C M Y K H S L
Decimal 187 0 254 0.26 1 0 0.00 284.17 1 0.5
Hex BB 0 FE 1A 64 0 0 11C 64 32
Octal 273 0 376 32 144 0 0 434 144 62
Binary 10111011 0 11111110 11010 1100100 0 0 100011100 1100100 110010

Color Harmonies of #BB00FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00FE

Black with #BB00FE

Text Example


Text Example

White with #BB00FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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