Html Css Color HEX #C00BFB Electric Purple

📋 copy color: '#C00BFB'

red 192 ◦ green 11 ◦ blue 251

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

Shades of Electric Purple #C00BFB

Tints of Electric Purple #C00BFB

RGB

 RED value IS 192 (75.39% from 255) = 42.29%

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

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

R = 42.29%
G = 2.42%
B = 55.29%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C00BFB (or 0xC00BFB) is known color: Electric Purple. HEX triplet: C0, 0B and FB. RGB value is (192,11,251). Sum of RGB (Red+Green+Blue) = 192+11+251=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 11 (4.69% from 255 or 2.42% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C00BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00BFB is #3FF404. Grayscale: #5B5B5B. Windows color (decimal): -4191237 or 16452544. OLE color: 16452544.

HSL color Cylindrical-coordinate representation of color #C00BFB: hue angle of 285.25º 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 #C00BFB is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 11 251 -
CMYK 0.24 0.96 0 0.02
HSL 285.25º 0.97% 0.51% -
HSV(B) 285.25º 0.96% 0.98% -
XYZ 39.27 18.41 92.75 -
YUV 92.48 217.47 198.99 -
System Red Green Blue C M Y K H S L
Decimal 192 11 251 0.24 0.96 0 0.02 285.25 0.97 0.51
Hex C0 B FB 18 60 0 2 11D 61 33
Octal 300 13 373 30 140 0 2 435 141 63
Binary 11000000 1011 11111011 11000 1100000 0 10 100011101 1100001 110011

Color Harmonies of #C00BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00BFB

Black with #C00BFB

Text Example


Text Example

White with #C00BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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