Html Css Color HEX #BB0AFD Electric Purple

📋 copy color: '#BB0AFD'

red 187 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #BB0AFD

Tints of Electric Purple #BB0AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 56.22%

R = 41.56%
G = 2.22%
B = 56.22%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB0AFD (or 0xBB0AFD) is known color: Electric Purple. HEX triplet: BB, 0A and FD. RGB value is (187,10,253). Sum of RGB (Red+Green+Blue) = 187+10+253=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB0AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0AFD is #44F502. Grayscale: #595959. Windows color (decimal): -4519171 or 16583355. OLE color: 16583355.

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

Color convert

RGB 187 10 253 -
CMYK 0.26 0.96 0 0.01
HSL 283.7º 0.98% 0.52% -
HSV(B) 283.7º 0.96% 0.99% -
XYZ 38.33 17.87 94.36 -
YUV 90.63 219.64 196.74 -
System Red Green Blue C M Y K H S L
Decimal 187 10 253 0.26 0.96 0 0.01 283.7 0.98 0.52
Hex BB A FD 1A 60 0 1 11C 62 34
Octal 273 12 375 32 140 0 1 434 142 64
Binary 10111011 1010 11111101 11010 1100000 0 1 100011100 1100010 110100

Color Harmonies of #BB0AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0AFD

Black with #BB0AFD

Text Example


Text Example

White with #BB0AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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