Html Css Color HEX #BB2AFF Electric Purple

📋 copy color: '#BB2AFF'

red 187 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #BB2AFF

Tints of Electric Purple #BB2AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.69%

R = 38.64%
G = 8.68%
B = 52.69%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB2AFF (or 0xBB2AFF) is known color: Electric Purple. HEX triplet: BB, 2A and FF. RGB value is (187,42,255). Sum of RGB (Red+Green+Blue) = 187+42+255=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 42 (16.80% from 255 or 8.68% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB2AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2AFF is #44D500. Grayscale: #6C6C6C. Windows color (decimal): -4510977 or 16722619. OLE color: 16722619.

HSL color Cylindrical-coordinate representation of color #BB2AFF: hue angle of 280.85º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB2AFF is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 42 255 -
CMYK 0.27 0.84 0 0
HSL 280.85º 1% 0.58% -
HSV(B) 280.85º 0.84% 1% -
XYZ 39.37 19.44 96.29 -
YUV 109.64 210.04 183.18 -
System Red Green Blue C M Y K H S L
Decimal 187 42 255 0.27 0.84 0 0 280.85 1 0.58
Hex BB 2A FF 1B 54 0 0 119 64 3A
Octal 273 52 377 33 124 0 0 431 144 72
Binary 10111011 101010 11111111 11011 1010100 0 0 100011001 1100100 111010

Color Harmonies of #BB2AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2AFF

Black with #BB2AFF

Text Example


Text Example

White with #BB2AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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