Html Css Color HEX #B60CEC Electric Purple

📋 copy color: '#B60CEC'

red 182 ◦ green 12 ◦ blue 236

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

Shades of Electric Purple #B60CEC

Tints of Electric Purple #B60CEC

RGB

 RED value IS 182 (71.48% from 255) = 42.33%

 GREEN value IS 12 (5.08% from 255) = 2.79%

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 42.33%
G = 2.79%
B = 54.88%

CMYK

 C value IS 0.23

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B60CEC (or 0xB60CEC) is known color: Electric Purple. HEX triplet: B6, 0C and EC. RGB value is (182,12,236). Sum of RGB (Red+Green+Blue) = 182+12+236=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #B60CEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CEC is #49F313. Grayscale: #575757. Windows color (decimal): -4846356 or 15469750. OLE color: 15469750.

HSL color Cylindrical-coordinate representation of color #B60CEC: hue angle of 285.54º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CEC is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 12 236 -
CMYK 0.23 0.95 0 0.07
HSL 285.54º 0.9% 0.49% -
HSV(B) 285.54º 0.95% 0.93% -
XYZ 34.56 16.26 80.67 -
YUV 88.37 211.32 194.79 -
System Red Green Blue C M Y K H S L
Decimal 182 12 236 0.23 0.95 0 0.07 285.54 0.9 0.49
Hex B6 C EC 17 5F 0 7 11E 5A 31
Octal 266 14 354 27 137 0 7 436 132 61
Binary 10110110 1100 11101100 10111 1011111 0 111 100011110 1011010 110001

Color Harmonies of #B60CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CEC

Black with #B60CEC

Text Example


Text Example

White with #B60CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CEC; }

 p { color: rgb(182,12,236); }

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

background-color css

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

 a { background-color: rgb(182,12,236); }

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

border-color css

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

 span { border-color: rgb(182,12,236); }

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