Html Css Color HEX #BB0AFE Electric Purple

📋 copy color: '#BB0AFE'

red 187 ◦ green 10 ◦ blue 254

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

Shades of Electric Purple #BB0AFE

Tints of Electric Purple #BB0AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.32%

R = 41.46%
G = 2.22%
B = 56.32%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB0AFE (or 0xBB0AFE) is known color: Electric Purple. HEX triplet: BB, 0A and FE. RGB value is (187,10,254). Sum of RGB (Red+Green+Blue) = 187+10+254=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB0AFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0AFE is #44F501. Grayscale: #595959. Windows color (decimal): -4519170 or 16648891. OLE color: 16648891.

HSL color Cylindrical-coordinate representation of color #BB0AFE: hue angle of 283.52º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0AFE is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 10 254 -
CMYK 0.26 0.96 0 0.00
HSL 283.52º 0.99% 0.52% -
HSV(B) 283.52º 0.96% 1% -
XYZ 38.49 17.94 95.2 -
YUV 90.74 220.14 196.66 -
System Red Green Blue C M Y K H S L
Decimal 187 10 254 0.26 0.96 0 0.00 283.52 0.99 0.52
Hex BB A FE 1A 60 0 0 11C 63 34
Octal 273 12 376 32 140 0 0 434 143 64
Binary 10111011 1010 11111110 11010 1100000 0 0 100011100 1100011 110100

Color Harmonies of #BB0AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AFE

Black with #BB0AFE

Text Example


Text Example

White with #BB0AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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