Html Css Color HEX #BB06FA Electric Purple

📋 copy color: '#BB06FA'

red 187 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #BB06FA

Tints of Electric Purple #BB06FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.35%

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

R = 42.21%
G = 1.35%
B = 56.43%

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

#BB06FA (or 0xBB06FA) is known color: Electric Purple. HEX triplet: BB, 06 and FA. RGB value is (187,6,250). Sum of RGB (Red+Green+Blue) = 187+6+250=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 250 (98.05% from 255 or 56.43% from 443); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB06FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB06FA is #44F905. Grayscale: #575757. Windows color (decimal): -4520198 or 16385723. OLE color: 16385723.

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

Color convert

RGB 187 6 250 -
CMYK 0.25 0.98 0 0.02
HSL 284.51º 0.96% 0.5% -
HSV(B) 284.51º 0.98% 0.98% -
XYZ 37.81 17.6 91.85 -
YUV 87.94 219.47 198.66 -
System Red Green Blue C M Y K H S L
Decimal 187 6 250 0.25 0.98 0 0.02 284.51 0.96 0.5
Hex BB 6 FA 19 62 0 2 11D 60 32
Octal 273 6 372 31 142 0 2 435 140 62
Binary 10111011 110 11111010 11001 1100010 0 10 100011101 1100000 110010

Color Harmonies of #BB06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06FA

Black with #BB06FA

Text Example


Text Example

White with #BB06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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