Html Css Color HEX #BB03F0 Electric Purple

📋 copy color: '#BB03F0'

red 187 ◦ green 3 ◦ blue 240

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

Shades of Electric Purple #BB03F0

Tints of Electric Purple #BB03F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 55.81%

R = 43.49%
G = 0.7%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB03F0 (or 0xBB03F0) is known color: Electric Purple. HEX triplet: BB, 03 and F0. RGB value is (187,3,240). Sum of RGB (Red+Green+Blue) = 187+3+240=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 240 (94.14% from 255 or 55.81% from 430); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB03F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03F0 is #44FC0F. Grayscale: #545454. Windows color (decimal): -4520976 or 15729595. OLE color: 15729595.

HSL color Cylindrical-coordinate representation of color #BB03F0: hue angle of 286.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03F0 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 3 240 -
CMYK 0.22 0.99 0 0.06
HSL 286.58º 0.98% 0.48% -
HSV(B) 286.58º 0.99% 0.94% -
XYZ 36.25 16.92 83.79 -
YUV 85.03 215.46 200.73 -
System Red Green Blue C M Y K H S L
Decimal 187 3 240 0.22 0.99 0 0.06 286.58 0.98 0.48
Hex BB 3 F0 16 63 0 6 11F 62 30
Octal 273 3 360 26 143 0 6 437 142 60
Binary 10111011 11 11110000 10110 1100011 0 110 100011111 1100010 110000

Color Harmonies of #BB03F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB03F0

Black with #BB03F0

Text Example


Text Example

White with #BB03F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB03F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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