Html Css Color HEX #BB03FF Electric Purple

📋 copy color: '#BB03FF'

red 187 ◦ green 3 ◦ blue 255

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

Shades of Electric Purple #BB03FF

Tints of Electric Purple #BB03FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 42.02%
G = 0.67%
B = 57.3%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB03FF (or 0xBB03FF) is known color: Electric Purple. HEX triplet: BB, 03 and FF. RGB value is (187,3,255). Sum of RGB (Red+Green+Blue) = 187+3+255=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FF is #44FC00. Grayscale: #555555. Windows color (decimal): -4520961 or 16712635. OLE color: 16712635.

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

Color convert

RGB 187 3 255 -
CMYK 0.27 0.99 0 0
HSL 283.81º 1% 0.51% -
HSV(B) 283.81º 0.99% 1% -
XYZ 38.58 17.85 96.02 -
YUV 86.74 222.96 199.51 -
System Red Green Blue C M Y K H S L
Decimal 187 3 255 0.27 0.99 0 0 283.81 1 0.51
Hex BB 3 FF 1B 63 0 0 11C 64 33
Octal 273 3 377 33 143 0 0 434 144 63
Binary 10111011 11 11111111 11011 1100011 0 0 100011100 1100100 110011

Color Harmonies of #BB03FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03FF

Black with #BB03FF

Text Example


Text Example

White with #BB03FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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