Html Css Color HEX #B32BFD Electric Purple

📋 copy color: '#B32BFD'

red 179 ◦ green 43 ◦ blue 253

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

Shades of Electric Purple #B32BFD

Tints of Electric Purple #B32BFD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.05%

 BLUE value IS 253 (99.22% from 255) = 53.26%

R = 37.68%
G = 9.05%
B = 53.26%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B32BFD (or 0xB32BFD) is known color: Electric Purple. HEX triplet: B3, 2B and FD. RGB value is (179,43,253). Sum of RGB (Red+Green+Blue) = 179+43+253=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #B32BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B32BFD is #4CD402. Grayscale: #6A6A6A. Windows color (decimal): -5035011 or 16591795. OLE color: 16591795.

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

Color convert

RGB 179 43 253 -
CMYK 0.29 0.83 0 0.01
HSL 278.86º 0.98% 0.58% -
HSV(B) 278.86º 0.83% 0.99% -
XYZ 37.18 18.4 94.52 -
YUV 107.6 210.06 178.92 -
System Red Green Blue C M Y K H S L
Decimal 179 43 253 0.29 0.83 0 0.01 278.86 0.98 0.58
Hex B3 2B FD 1D 53 0 1 117 62 3A
Octal 263 53 375 35 123 0 1 427 142 72
Binary 10110011 101011 11111101 11101 1010011 0 1 100010111 1100010 111010

Color Harmonies of #B32BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BFD

Black with #B32BFD

Text Example


Text Example

White with #B32BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BFD; }

 p { color: rgb(179,43,253); }

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

background-color css

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

 a { background-color: rgb(179,43,253); }

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

border-color css

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

 span { border-color: rgb(179,43,253); }

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