Html Css Color HEX #BB04FE Electric Purple

📋 copy color: '#BB04FE'

red 187 ◦ green 4 ◦ blue 254

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

Shades of Electric Purple #BB04FE

Tints of Electric Purple #BB04FE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.9%

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

R = 42.02%
G = 0.9%
B = 57.08%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB04FE (or 0xBB04FE) is known color: Electric Purple. HEX triplet: BB, 04 and FE. RGB value is (187,4,254). Sum of RGB (Red+Green+Blue) = 187+4+254=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB04FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04FE is #44FB01. Grayscale: #565656. Windows color (decimal): -4520706 or 16647355. OLE color: 16647355.

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

Color convert

RGB 187 4 254 -
CMYK 0.26 0.98 0 0.00
HSL 283.92º 0.99% 0.51% -
HSV(B) 283.92º 0.98% 1% -
XYZ 38.43 17.81 95.18 -
YUV 87.22 222.13 199.17 -
System Red Green Blue C M Y K H S L
Decimal 187 4 254 0.26 0.98 0 0.00 283.92 0.99 0.51
Hex BB 4 FE 1A 62 0 0 11C 63 33
Octal 273 4 376 32 142 0 0 434 143 63
Binary 10111011 100 11111110 11010 1100010 0 0 100011100 1100011 110011

Color Harmonies of #BB04FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04FE

Black with #BB04FE

Text Example


Text Example

White with #BB04FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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