Html Css Color HEX #BB0AFA Electric Purple

📋 copy color: '#BB0AFA'

red 187 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #BB0AFA

Tints of Electric Purple #BB0AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.24%

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

R = 41.83%
G = 2.24%
B = 55.93%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB0AFA (or 0xBB0AFA) is known color: Electric Purple. HEX triplet: BB, 0A and FA. RGB value is (187,10,250). Sum of RGB (Red+Green+Blue) = 187+10+250=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB0AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0AFA is #44F505. Grayscale: #595959. Windows color (decimal): -4519174 or 16386747. OLE color: 16386747.

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

Color convert

RGB 187 10 250 -
CMYK 0.25 0.96 0 0.02
HSL 284.25º 0.96% 0.51% -
HSV(B) 284.25º 0.96% 0.98% -
XYZ 37.86 17.68 91.86 -
YUV 90.28 218.14 196.99 -
System Red Green Blue C M Y K H S L
Decimal 187 10 250 0.25 0.96 0 0.02 284.25 0.96 0.51
Hex BB A FA 19 60 0 2 11C 60 33
Octal 273 12 372 31 140 0 2 434 140 63
Binary 10111011 1010 11111010 11001 1100000 0 10 100011100 1100000 110011

Color Harmonies of #BB0AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AFA

Black with #BB0AFA

Text Example


Text Example

White with #BB0AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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