Html Css Color HEX #BB29F2 Electric Purple

📋 copy color: '#BB29F2'

red 187 ◦ green 41 ◦ blue 242

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

Shades of Electric Purple #BB29F2

Tints of Electric Purple #BB29F2

RGB

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

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

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

R = 39.79%
G = 8.72%
B = 51.49%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB29F2 (or 0xBB29F2) is known color: Electric Purple. HEX triplet: BB, 29 and F2. RGB value is (187,41,242). Sum of RGB (Red+Green+Blue) = 187+41+242=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB29F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29F2 is #44D60D. Grayscale: #6A6A6A. Windows color (decimal): -4511246 or 15870395. OLE color: 15870395.

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

Color convert

RGB 187 41 242 -
CMYK 0.23 0.83 0 0.05
HSL 283.58º 0.89% 0.55% -
HSV(B) 283.58º 0.83% 0.95% -
XYZ 37.31 18.56 85.62 -
YUV 107.57 203.87 184.66 -
System Red Green Blue C M Y K H S L
Decimal 187 41 242 0.23 0.83 0 0.05 283.58 0.89 0.55
Hex BB 29 F2 17 53 0 5 11C 59 37
Octal 273 51 362 27 123 0 5 434 131 67
Binary 10111011 101001 11110010 10111 1010011 0 101 100011100 1011001 110111

Color Harmonies of #BB29F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29F2

Black with #BB29F2

Text Example


Text Example

White with #BB29F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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