Html Css Color HEX #BB32FA Electric Purple

📋 copy color: '#BB32FA'

red 187 ◦ green 50 ◦ blue 250

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

Shades of Electric Purple #BB32FA

Tints of Electric Purple #BB32FA

RGB

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

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

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

R = 38.4%
G = 10.27%
B = 51.33%

CMYK

 C value IS 0.25

 M value IS 0.8

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB32FA (or 0xBB32FA) is known color: Electric Purple. HEX triplet: BB, 32 and FA. RGB value is (187,50,250). Sum of RGB (Red+Green+Blue) = 187+50+250=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 50 (19.92% from 255 or 10.27% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB32FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB32FA is #44CD05. Grayscale: #717171. Windows color (decimal): -4508934 or 16396987. OLE color: 16396987.

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

Color convert

RGB 187 50 250 -
CMYK 0.25 0.8 0 0.02
HSL 281.1º 0.95% 0.59% -
HSV(B) 281.1º 0.8% 0.98% -
XYZ 38.89 19.75 92.2 -
YUV 113.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 187 50 250 0.25 0.8 0 0.02 281.1 0.95 0.59
Hex BB 32 FA 19 50 0 2 119 5F 3B
Octal 273 62 372 31 120 0 2 431 137 73
Binary 10111011 110010 11111010 11001 1010000 0 10 100011001 1011111 111011

Color Harmonies of #BB32FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB32FA

Black with #BB32FA

Text Example


Text Example

White with #BB32FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB32FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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