Html Css Color HEX #C50BFB Electric Purple

📋 copy color: '#C50BFB'

red 197 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #C50BFB

Tints of Electric Purple #C50BFB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.4%

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

R = 42.92%
G = 2.4%
B = 54.68%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C50BFB (or 0xC50BFB) is known color: Electric Purple. HEX triplet: C5, 0B and FB. RGB value is (197,11,251). Sum of RGB (Red+Green+Blue) = 197+11+251=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C50BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C50BFB is #3AF404. Grayscale: #5D5D5D. Windows color (decimal): -3863557 or 16452549. OLE color: 16452549.

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

Color convert

RGB 197 11 251 -
CMYK 0.22 0.96 0 0.02
HSL 286.5º 0.97% 0.51% -
HSV(B) 286.5º 0.96% 0.98% -
XYZ 40.56 19.07 92.81 -
YUV 93.97 216.62 201.49 -
System Red Green Blue C M Y K H S L
Decimal 197 11 251 0.22 0.96 0 0.02 286.5 0.97 0.51
Hex C5 B FB 16 60 0 2 11E 61 33
Octal 305 13 373 26 140 0 2 436 141 63
Binary 11000101 1011 11111011 10110 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C50BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50BFB

Black with #C50BFB

Text Example


Text Example

White with #C50BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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