Html Css Color HEX #BB00FA Electric Purple

📋 copy color: '#BB00FA'

red 187 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #BB00FA

Tints of Electric Purple #BB00FA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.79%
G = 0%
B = 57.21%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB00FA (or 0xBB00FA) is known color: Electric Purple. HEX triplet: BB, 00 and FA. RGB value is (187,0,250). Sum of RGB (Red+Green+Blue) = 187+0+250=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 0 (0.39% from 255 or 0% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB00FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB00FA is #44FF05. Grayscale: #535353. Windows color (decimal): -4521734 or 16384187. OLE color: 16384187.

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

Color convert

RGB 187 0 250 -
CMYK 0.25 1 0 0.02
HSL 284.88º 1% 0.49% -
HSV(B) 284.88º 1% 0.98% -
XYZ 37.75 17.47 91.82 -
YUV 84.41 221.45 201.17 -
System Red Green Blue C M Y K H S L
Decimal 187 0 250 0.25 1 0 0.02 284.88 1 0.49
Hex BB 0 FA 19 64 0 2 11D 64 31
Octal 273 0 372 31 144 0 2 435 144 61
Binary 10111011 0 11111010 11001 1100100 0 10 100011101 1100100 110001

Color Harmonies of #BB00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00FA

Black with #BB00FA

Text Example


Text Example

White with #BB00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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