Html Css Color HEX #BB04FA Electric Purple

📋 copy color: '#BB04FA'

red 187 ◦ green 4 ◦ blue 250

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

Shades of Electric Purple #BB04FA

Tints of Electric Purple #BB04FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 42.4%
G = 0.91%
B = 56.69%

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

#BB04FA (or 0xBB04FA) is known color: Electric Purple. HEX triplet: BB, 04 and FA. RGB value is (187,4,250). Sum of RGB (Red+Green+Blue) = 187+4+250=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB04FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB04FA is #44FB05. Grayscale: #555555. Windows color (decimal): -4520710 or 16385211. OLE color: 16385211.

HSL color Cylindrical-coordinate representation of color #BB04FA: hue angle of 284.63º 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 #BB04FA is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 4 250 -
CMYK 0.25 0.98 0 0.02
HSL 284.63º 0.97% 0.5% -
HSV(B) 284.63º 0.98% 0.98% -
XYZ 37.79 17.55 91.84 -
YUV 86.76 220.13 199.5 -
System Red Green Blue C M Y K H S L
Decimal 187 4 250 0.25 0.98 0 0.02 284.63 0.97 0.5
Hex BB 4 FA 19 62 0 2 11D 61 32
Octal 273 4 372 31 142 0 2 435 141 62
Binary 10111011 100 11111010 11001 1100010 0 10 100011101 1100001 110010

Color Harmonies of #BB04FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB04FA

Black with #BB04FA

Text Example


Text Example

White with #BB04FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB04FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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