Html Css Color HEX #BB03FE Electric Purple

📋 copy color: '#BB03FE'

red 187 ◦ green 3 ◦ blue 254

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

Shades of Electric Purple #BB03FE

Tints of Electric Purple #BB03FE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.68%

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

R = 42.12%
G = 0.68%
B = 57.21%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB03FE (or 0xBB03FE) is known color: Electric Purple. HEX triplet: BB, 03 and FE. RGB value is (187,3,254). Sum of RGB (Red+Green+Blue) = 187+3+254=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 3 (1.56% from 255 or 0.68% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB03FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FE is #44FC01. Grayscale: #555555. Windows color (decimal): -4520962 or 16647099. OLE color: 16647099.

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

Color convert

RGB 187 3 254 -
CMYK 0.26 0.99 0 0.00
HSL 283.98º 0.99% 0.5% -
HSV(B) 283.98º 0.99% 1% -
XYZ 38.42 17.79 95.17 -
YUV 86.63 222.46 199.59 -
System Red Green Blue C M Y K H S L
Decimal 187 3 254 0.26 0.99 0 0.00 283.98 0.99 0.5
Hex BB 3 FE 1A 63 0 0 11C 63 32
Octal 273 3 376 32 143 0 0 434 143 62
Binary 10111011 11 11111110 11010 1100011 0 0 100011100 1100011 110010

Color Harmonies of #BB03FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03FE

Black with #BB03FE

Text Example


Text Example

White with #BB03FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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