Html Css Color HEX #BB29FA Electric Purple

📋 copy color: '#BB29FA'

red 187 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #BB29FA

Tints of Electric Purple #BB29FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 39.12%
G = 8.58%
B = 52.3%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB29FA (or 0xBB29FA) is known color: Electric Purple. HEX triplet: BB, 29 and FA. RGB value is (187,41,250). Sum of RGB (Red+Green+Blue) = 187+41+250=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB29FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB29FA is #44D605. Grayscale: #6B6B6B. Windows color (decimal): -4511238 or 16394683. OLE color: 16394683.

HSL color Cylindrical-coordinate representation of color #BB29FA: hue angle of 281.91º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB29FA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 41 250 -
CMYK 0.25 0.84 0 0.02
HSL 281.91º 0.95% 0.57% -
HSV(B) 281.91º 0.84% 0.98% -
XYZ 38.54 19.05 92.09 -
YUV 108.48 207.87 184.01 -
System Red Green Blue C M Y K H S L
Decimal 187 41 250 0.25 0.84 0 0.02 281.91 0.95 0.57
Hex BB 29 FA 19 54 0 2 11A 5F 39
Octal 273 51 372 31 124 0 2 432 137 71
Binary 10111011 101001 11111010 11001 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BB29FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB29FA

Black with #BB29FA

Text Example


Text Example

White with #BB29FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB29FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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