Html Css Color HEX #BB32FC Electric Purple

📋 copy color: '#BB32FC'

red 187 ◦ green 50 ◦ blue 252

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

Shades of Electric Purple #BB32FC

Tints of Electric Purple #BB32FC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.22%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 38.24%
G = 10.22%
B = 51.53%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB32FC (or 0xBB32FC) is known color: Electric Purple. HEX triplet: BB, 32 and FC. RGB value is (187,50,252). Sum of RGB (Red+Green+Blue) = 187+50+252=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 50 (19.92% from 255 or 10.22% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB32FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32FC is #44CD03. Grayscale: #717171. Windows color (decimal): -4508932 or 16528059. OLE color: 16528059.

HSL color Cylindrical-coordinate representation of color #BB32FC: hue angle of 280.69º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB32FC is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 50 252 -
CMYK 0.26 0.80 0 0.01
HSL 280.69º 0.97% 0.59% -
HSV(B) 280.69º 0.8% 0.99% -
XYZ 39.2 19.87 93.87 -
YUV 113.99 205.89 180.07 -
System Red Green Blue C M Y K H S L
Decimal 187 50 252 0.26 0.80 0 0.01 280.69 0.97 0.59
Hex BB 32 FC 1A 50 0 1 119 61 3B
Octal 273 62 374 32 120 0 1 431 141 73
Binary 10111011 110010 11111100 11010 1010000 0 1 100011001 1100001 111011

Color Harmonies of #BB32FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32FC

Black with #BB32FC

Text Example


Text Example

White with #BB32FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32FC; }

 p { color: rgb(187,50,252); }

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

background-color css

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

 a { background-color: rgb(187,50,252); }

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

border-color css

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

 span { border-color: rgb(187,50,252); }

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