Html Css Color HEX #BB29F8 Electric Purple

📋 copy color: '#BB29F8'

red 187 ◦ green 41 ◦ blue 248

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

Shades of Electric Purple #BB29F8

Tints of Electric Purple #BB29F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.1%

R = 39.29%
G = 8.61%
B = 52.1%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB29F8 (or 0xBB29F8) is known color: Electric Purple. HEX triplet: BB, 29 and F8. RGB value is (187,41,248). Sum of RGB (Red+Green+Blue) = 187+41+248=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 41 (16.41% from 255 or 8.61% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB29F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29F8 is #44D607. Grayscale: #6B6B6B. Windows color (decimal): -4511240 or 16263611. OLE color: 16263611.

HSL color Cylindrical-coordinate representation of color #BB29F8: hue angle of 282.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB29F8 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 41 248 -
CMYK 0.25 0.83 0 0.03
HSL 282.32º 0.94% 0.57% -
HSV(B) 282.32º 0.83% 0.97% -
XYZ 38.23 18.93 90.45 -
YUV 108.25 206.87 184.17 -
System Red Green Blue C M Y K H S L
Decimal 187 41 248 0.25 0.83 0 0.03 282.32 0.94 0.57
Hex BB 29 F8 19 53 0 3 11A 5E 39
Octal 273 51 370 31 123 0 3 432 136 71
Binary 10111011 101001 11111000 11001 1010011 0 11 100011010 1011110 111001

Color Harmonies of #BB29F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29F8

Black with #BB29F8

Text Example


Text Example

White with #BB29F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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