Html Css Color HEX #BB03FB Electric Purple

📋 copy color: '#BB03FB'

red 187 ◦ green 3 ◦ blue 251

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

Shades of Electric Purple #BB03FB

Tints of Electric Purple #BB03FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 42.4%
G = 0.68%
B = 56.92%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB03FB (or 0xBB03FB) is known color: Electric Purple. HEX triplet: BB, 03 and FB. RGB value is (187,3,251). Sum of RGB (Red+Green+Blue) = 187+3+251=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 3 (1.56% from 255 or 0.68% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB03FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FB is #44FC04. Grayscale: #555555. Windows color (decimal): -4520965 or 16450491. OLE color: 16450491.

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

Color convert

RGB 187 3 251 -
CMYK 0.25 0.99 0 0.02
HSL 284.52º 0.98% 0.5% -
HSV(B) 284.52º 0.99% 0.98% -
XYZ 37.94 17.59 92.66 -
YUV 86.29 220.96 199.83 -
System Red Green Blue C M Y K H S L
Decimal 187 3 251 0.25 0.99 0 0.02 284.52 0.98 0.5
Hex BB 3 FB 19 63 0 2 11D 62 32
Octal 273 3 373 31 143 0 2 435 142 62
Binary 10111011 11 11111011 11001 1100011 0 10 100011101 1100010 110010

Color Harmonies of #BB03FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03FB

Black with #BB03FB

Text Example


Text Example

White with #BB03FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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