Html Css Color HEX #BB29F1 Electric Purple

📋 copy color: '#BB29F1'

red 187 ◦ green 41 ◦ blue 241

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

Shades of Electric Purple #BB29F1

Tints of Electric Purple #BB29F1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.74%

 BLUE value IS 241 (94.53% from 255) = 51.39%

R = 39.87%
G = 8.74%
B = 51.39%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB29F1 (or 0xBB29F1) is known color: Electric Purple. HEX triplet: BB, 29 and F1. RGB value is (187,41,241). Sum of RGB (Red+Green+Blue) = 187+41+241=469 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.87% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB29F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29F1 is #44D60E. Grayscale: #6A6A6A. Windows color (decimal): -4511247 or 15804859. OLE color: 15804859.

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

Color convert

RGB 187 41 241 -
CMYK 0.22 0.83 0 0.05
HSL 283.8º 0.88% 0.55% -
HSV(B) 283.8º 0.83% 0.95% -
XYZ 37.16 18.5 84.83 -
YUV 107.45 203.37 184.74 -
System Red Green Blue C M Y K H S L
Decimal 187 41 241 0.22 0.83 0 0.05 283.8 0.88 0.55
Hex BB 29 F1 16 53 0 5 11C 58 37
Octal 273 51 361 26 123 0 5 434 130 67
Binary 10111011 101001 11110001 10110 1010011 0 101 100011100 1011000 110111

Color Harmonies of #BB29F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29F1

Black with #BB29F1

Text Example


Text Example

White with #BB29F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29F1; }

 p { color: rgb(187,41,241); }

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

background-color css

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

 a { background-color: rgb(187,41,241); }

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

border-color css

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

 span { border-color: rgb(187,41,241); }

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