Html Css Color HEX #BB2AFC Electric Purple

📋 copy color: '#BB2AFC'

red 187 ◦ green 42 ◦ blue 252

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

Shades of Electric Purple #BB2AFC

Tints of Electric Purple #BB2AFC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.73%

 BLUE value IS 252 (98.83% from 255) = 52.39%

R = 38.88%
G = 8.73%
B = 52.39%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB2AFC (or 0xBB2AFC) is known color: Electric Purple. HEX triplet: BB, 2A and FC. RGB value is (187,42,252). Sum of RGB (Red+Green+Blue) = 187+42+252=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB2AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2AFC is #44D503. Grayscale: #6C6C6C. Windows color (decimal): -4510980 or 16526011. OLE color: 16526011.

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

Color convert

RGB 187 42 252 -
CMYK 0.26 0.83 0 0.01
HSL 281.43º 0.97% 0.58% -
HSV(B) 281.43º 0.83% 0.99% -
XYZ 38.89 19.25 93.76 -
YUV 109.3 208.54 183.42 -
System Red Green Blue C M Y K H S L
Decimal 187 42 252 0.26 0.83 0 0.01 281.43 0.97 0.58
Hex BB 2A FC 1A 53 0 1 119 61 3A
Octal 273 52 374 32 123 0 1 431 141 72
Binary 10111011 101010 11111100 11010 1010011 0 1 100011001 1100001 111010

Color Harmonies of #BB2AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AFC

Black with #BB2AFC

Text Example


Text Example

White with #BB2AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AFC; }

 p { color: rgb(187,42,252); }

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

background-color css

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

 a { background-color: rgb(187,42,252); }

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

border-color css

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

 span { border-color: rgb(187,42,252); }

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