Html Css Color HEX #BB2BF6 Electric Purple

📋 copy color: '#BB2BF6'

red 187 ◦ green 43 ◦ blue 246

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

Shades of Electric Purple #BB2BF6

Tints of Electric Purple #BB2BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 51.68%

R = 39.29%
G = 9.03%
B = 51.68%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BB2BF6 (or 0xBB2BF6) is known color: Electric Purple. HEX triplet: BB, 2B and F6. RGB value is (187,43,246). Sum of RGB (Red+Green+Blue) = 187+43+246=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #BB2BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2BF6 is #44D409. Grayscale: #6C6C6C. Windows color (decimal): -4510730 or 16133051. OLE color: 16133051.

HSL color Cylindrical-coordinate representation of color #BB2BF6: hue angle of 282.56º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB2BF6 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 43 246 -
CMYK 0.24 0.83 0 0.04
HSL 282.56º 0.92% 0.57% -
HSV(B) 282.56º 0.83% 0.96% -
XYZ 37.99 18.95 88.84 -
YUV 109.2 205.21 183.49 -
System Red Green Blue C M Y K H S L
Decimal 187 43 246 0.24 0.83 0 0.04 282.56 0.92 0.57
Hex BB 2B F6 18 53 0 4 11B 5C 39
Octal 273 53 366 30 123 0 4 433 134 71
Binary 10111011 101011 11110110 11000 1010011 0 100 100011011 1011100 111001

Color Harmonies of #BB2BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BF6

Black with #BB2BF6

Text Example


Text Example

White with #BB2BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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