Html Css Color HEX #B32DFB Electric Purple

📋 copy color: '#B32DFB'

red 179 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B32DFB

Tints of Electric Purple #B32DFB

RGB

 RED value IS 179 (70.31% from 255) = 37.68%

 GREEN value IS 45 (17.97% from 255) = 9.47%

 BLUE value IS 251 (98.44% from 255) = 52.84%

R = 37.68%
G = 9.47%
B = 52.84%

CMYK

 C value IS 0.29

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B32DFB (or 0xB32DFB) is known color: Electric Purple. HEX triplet: B3, 2D and FB. RGB value is (179,45,251). Sum of RGB (Red+Green+Blue) = 179+45+251=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 45 (17.97% from 255 or 9.47% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #B32DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32DFB is #4CD204. Grayscale: #6B6B6B. Windows color (decimal): -5034501 or 16461235. OLE color: 16461235.

HSL color Cylindrical-coordinate representation of color #B32DFB: hue angle of 279.03º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32DFB is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 45 251 -
CMYK 0.29 0.82 0 0.02
HSL 279.03º 0.96% 0.58% -
HSV(B) 279.03º 0.82% 0.98% -
XYZ 36.94 18.43 92.88 -
YUV 108.55 208.39 178.25 -
System Red Green Blue C M Y K H S L
Decimal 179 45 251 0.29 0.82 0 0.02 279.03 0.96 0.58
Hex B3 2D FB 1D 52 0 2 117 60 3A
Octal 263 55 373 35 122 0 2 427 140 72
Binary 10110011 101101 11111011 11101 1010010 0 10 100010111 1100000 111010

Color Harmonies of #B32DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32DFB

Black with #B32DFB

Text Example


Text Example

White with #B32DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32DFB; }

 p { color: rgb(179,45,251); }

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

background-color css

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

 a { background-color: rgb(179,45,251); }

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

border-color css

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

 span { border-color: rgb(179,45,251); }

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