Html Css Color HEX #BB2DF0 Electric Purple

📋 copy color: '#BB2DF0'

red 187 ◦ green 45 ◦ blue 240

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

Shades of Electric Purple #BB2DF0

Tints of Electric Purple #BB2DF0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.53%

 BLUE value IS 240 (94.14% from 255) = 50.85%

R = 39.62%
G = 9.53%
B = 50.85%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB2DF0 (or 0xBB2DF0) is known color: Electric Purple. HEX triplet: BB, 2D and F0. RGB value is (187,45,240). Sum of RGB (Red+Green+Blue) = 187+45+240=472 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.62% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB2DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB2DF0 is #44D20F. Grayscale: #6D6D6D. Windows color (decimal): -4510224 or 15740347. OLE color: 15740347.

HSL color Cylindrical-coordinate representation of color #BB2DF0: hue angle of 283.69º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2DF0 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 45 240 -
CMYK 0.22 0.81 0 0.06
HSL 283.69º 0.87% 0.56% -
HSV(B) 283.69º 0.81% 0.94% -
XYZ 37.16 18.73 84.1 -
YUV 109.69 201.54 183.14 -
System Red Green Blue C M Y K H S L
Decimal 187 45 240 0.22 0.81 0 0.06 283.69 0.87 0.56
Hex BB 2D F0 16 51 0 6 11C 57 38
Octal 273 55 360 26 121 0 6 434 127 70
Binary 10111011 101101 11110000 10110 1010001 0 110 100011100 1010111 111000

Color Harmonies of #BB2DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DF0

Black with #BB2DF0

Text Example


Text Example

White with #BB2DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DF0; }

 p { color: rgb(187,45,240); }

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

background-color css

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

 a { background-color: rgb(187,45,240); }

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

border-color css

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

 span { border-color: rgb(187,45,240); }

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