Html Css Color HEX #BB2CF3 Electric Purple

📋 copy color: '#BB2CF3'

red 187 ◦ green 44 ◦ blue 243

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

Shades of Electric Purple #BB2CF3

Tints of Electric Purple #BB2CF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 39.45%
G = 9.28%
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

#BB2CF3 (or 0xBB2CF3) is known color: Electric Purple. HEX triplet: BB, 2C and F3. RGB value is (187,44,243). Sum of RGB (Red+Green+Blue) = 187+44+243=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 44 (17.58% from 255 or 9.28% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB2CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2CF3 is #44D30C. Grayscale: #6C6C6C. Windows color (decimal): -4510477 or 15936699. OLE color: 15936699.

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

Color convert

RGB 187 44 243 -
CMYK 0.23 0.82 0 0.05
HSL 283.12º 0.89% 0.56% -
HSV(B) 283.12º 0.82% 0.95% -
XYZ 37.57 18.84 86.45 -
YUV 109.44 203.38 183.32 -
System Red Green Blue C M Y K H S L
Decimal 187 44 243 0.23 0.82 0 0.05 283.12 0.89 0.56
Hex BB 2C F3 17 52 0 5 11B 59 38
Octal 273 54 363 27 122 0 5 433 131 70
Binary 10111011 101100 11110011 10111 1010010 0 101 100011011 1011001 111000

Color Harmonies of #BB2CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2CF3

Black with #BB2CF3

Text Example


Text Example

White with #BB2CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2CF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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