Html Css Color HEX #BB2CF2 Electric Purple

📋 copy color: '#BB2CF2'

red 187 ◦ green 44 ◦ blue 242

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

Shades of Electric Purple #BB2CF2

Tints of Electric Purple #BB2CF2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.3%

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

R = 39.53%
G = 9.3%
B = 51.16%

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

#BB2CF2 (or 0xBB2CF2) is known color: Electric Purple. HEX triplet: BB, 2C and F2. RGB value is (187,44,242). Sum of RGB (Red+Green+Blue) = 187+44+242=473 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.53% from 473); Green value is 44 (17.58% from 255 or 9.30% from 473); Blue value is 242 (94.92% from 255 or 51.16% from 473); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB2CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CF2 is #44D30D. Grayscale: #6C6C6C. Windows color (decimal): -4510478 or 15871163. OLE color: 15871163.

HSL color Cylindrical-coordinate representation of color #BB2CF2: hue angle of 283.33º 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 #BB2CF2 is Cyan = 0.23, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 44 242 -
CMYK 0.23 0.82 0 0.05
HSL 283.33º 0.88% 0.56% -
HSV(B) 283.33º 0.82% 0.95% -
XYZ 37.42 18.78 85.66 -
YUV 109.33 202.88 183.4 -
System Red Green Blue C M Y K H S L
Decimal 187 44 242 0.23 0.82 0 0.05 283.33 0.88 0.56
Hex BB 2C F2 17 52 0 5 11B 58 38
Octal 273 54 362 27 122 0 5 433 130 70
Binary 10111011 101100 11110010 10111 1010010 0 101 100011011 1011000 111000

Color Harmonies of #BB2CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CF2

Black with #BB2CF2

Text Example


Text Example

White with #BB2CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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