Html Css Color HEX #BB2BF2 Electric Purple

📋 copy color: '#BB2BF2'

red 187 ◦ green 43 ◦ blue 242

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

Shades of Electric Purple #BB2BF2

Tints of Electric Purple #BB2BF2

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.11%

 BLUE value IS 242 (94.92% from 255) = 51.27%

R = 39.62%
G = 9.11%
B = 51.27%

CMYK

 C value IS 0.23

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB2BF2 (or 0xBB2BF2) is known color: Electric Purple. HEX triplet: BB, 2B and F2. RGB value is (187,43,242). Sum of RGB (Red+Green+Blue) = 187+43+242=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 43 (17.19% from 255 or 9.11% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB2BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BF2 is #44D40D. Grayscale: #6C6C6C. Windows color (decimal): -4510734 or 15870907. OLE color: 15870907.

HSL color Cylindrical-coordinate representation of color #BB2BF2: hue angle of 283.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2BF2 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 43 242 -
CMYK 0.23 0.82 0 0.05
HSL 283.42º 0.88% 0.56% -
HSV(B) 283.42º 0.82% 0.95% -
XYZ 37.38 18.7 85.64 -
YUV 108.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 187 43 242 0.23 0.82 0 0.05 283.42 0.88 0.56
Hex BB 2B F2 17 52 0 5 11B 58 38
Octal 273 53 362 27 122 0 5 433 130 70
Binary 10111011 101011 11110010 10111 1010010 0 101 100011011 1011000 111000

Color Harmonies of #BB2BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BF2

Black with #BB2BF2

Text Example


Text Example

White with #BB2BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BF2; }

 p { color: rgb(187,43,242); }

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

background-color css

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

 a { background-color: rgb(187,43,242); }

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

border-color css

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

 span { border-color: rgb(187,43,242); }

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