Html Css Color HEX #C51BFB Electric Purple

📋 copy color: '#C51BFB'

red 197 ◦ green 27 ◦ blue 251

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

Shades of Electric Purple #C51BFB

Tints of Electric Purple #C51BFB

RGB

 RED value IS 197 (77.34% from 255) = 41.47%

 GREEN value IS 27 (10.94% from 255) = 5.68%

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

R = 41.47%
G = 5.68%
B = 52.84%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C51BFB (or 0xC51BFB) is known color: Electric Purple. HEX triplet: C5, 1B and FB. RGB value is (197,27,251). Sum of RGB (Red+Green+Blue) = 197+27+251=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 27 (10.94% from 255 or 5.68% 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 #C51BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BFB is #3AE404. Grayscale: #666666. Windows color (decimal): -3859461 or 16456645. OLE color: 16456645.

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

Color convert

RGB 197 27 251 -
CMYK 0.22 0.89 0 0.02
HSL 285.54º 0.97% 0.55% -
HSV(B) 285.54º 0.89% 0.98% -
XYZ 40.83 19.62 92.9 -
YUV 103.37 211.32 194.79 -
System Red Green Blue C M Y K H S L
Decimal 197 27 251 0.22 0.89 0 0.02 285.54 0.97 0.55
Hex C5 1B FB 16 59 0 2 11E 61 37
Octal 305 33 373 26 131 0 2 436 141 67
Binary 11000101 11011 11111011 10110 1011001 0 10 100011110 1100001 110111

Color Harmonies of #C51BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BFB

Black with #C51BFB

Text Example


Text Example

White with #C51BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BFB; }

 p { color: rgb(197,27,251); }

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

background-color css

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

 a { background-color: rgb(197,27,251); }

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

border-color css

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

 span { border-color: rgb(197,27,251); }

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