Html Css Color HEX #C32BFB Electric Purple

📋 copy color: '#C32BFB'

red 195 ◦ green 43 ◦ blue 251

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

Shades of Electric Purple #C32BFB

Tints of Electric Purple #C32BFB

RGB

 RED value IS 195 (76.56% from 255) = 39.88%

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

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

R = 39.88%
G = 8.79%
B = 51.33%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C32BFB (or 0xC32BFB) is known color: Electric Purple. HEX triplet: C3, 2B and FB. RGB value is (195,43,251). Sum of RGB (Red+Green+Blue) = 195+43+251=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C32BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C32BFB is #3CD404. Grayscale: #6F6F6F. Windows color (decimal): -3986437 or 16460739. OLE color: 16460739.

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

Color convert

RGB 195 43 251 -
CMYK 0.22 0.83 0 0.02
HSL 283.85º 0.96% 0.58% -
HSV(B) 283.85º 0.83% 0.98% -
XYZ 40.78 20.29 93.03 -
YUV 112.16 206.36 187.09 -
System Red Green Blue C M Y K H S L
Decimal 195 43 251 0.22 0.83 0 0.02 283.85 0.96 0.58
Hex C3 2B FB 16 53 0 2 11C 60 3A
Octal 303 53 373 26 123 0 2 434 140 72
Binary 11000011 101011 11111011 10110 1010011 0 10 100011100 1100000 111010

Color Harmonies of #C32BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32BFB

Black with #C32BFB

Text Example


Text Example

White with #C32BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32BFB; }

 p { color: rgb(195,43,251); }

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

background-color css

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

 a { background-color: rgb(195,43,251); }

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

border-color css

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

 span { border-color: rgb(195,43,251); }

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