Html Css Color HEX #BB04FB Electric Purple

📋 copy color: '#BB04FB'

red 187 ◦ green 4 ◦ blue 251

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

Shades of Electric Purple #BB04FB

Tints of Electric Purple #BB04FB

RGB

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

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

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

R = 42.31%
G = 0.9%
B = 56.79%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB04FB (or 0xBB04FB) is known color: Electric Purple. HEX triplet: BB, 04 and FB. RGB value is (187,4,251). Sum of RGB (Red+Green+Blue) = 187+4+251=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 4 (1.95% from 255 or 0.90% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB04FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04FB is #44FB04. Grayscale: #565656. Windows color (decimal): -4520709 or 16450747. OLE color: 16450747.

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

Color convert

RGB 187 4 251 -
CMYK 0.25 0.98 0 0.02
HSL 284.45º 0.97% 0.5% -
HSV(B) 284.45º 0.98% 0.98% -
XYZ 37.95 17.62 92.67 -
YUV 86.88 220.63 199.42 -
System Red Green Blue C M Y K H S L
Decimal 187 4 251 0.25 0.98 0 0.02 284.45 0.97 0.5
Hex BB 4 FB 19 62 0 2 11C 61 32
Octal 273 4 373 31 142 0 2 434 141 62
Binary 10111011 100 11111011 11001 1100010 0 10 100011100 1100001 110010

Color Harmonies of #BB04FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04FB

Black with #BB04FB

Text Example


Text Example

White with #BB04FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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