Html Css Color HEX #B60CED Electric Purple

📋 copy color: '#B60CED'

red 182 ◦ green 12 ◦ blue 237

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

Shades of Electric Purple #B60CED

Tints of Electric Purple #B60CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 42.23%
G = 2.78%
B = 54.99%

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

#B60CED (or 0xB60CED) is known color: Electric Purple. HEX triplet: B6, 0C and ED. RGB value is (182,12,237). Sum of RGB (Red+Green+Blue) = 182+12+237=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 12 (5.08% from 255 or 2.78% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #B60CED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CED is #49F312. Grayscale: #575757. Windows color (decimal): -4846355 or 15535286. OLE color: 15535286.

HSL color Cylindrical-coordinate representation of color #B60CED: hue angle of 285.33º 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 #B60CED is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 12 237 -
CMYK 0.23 0.95 0 0.07
HSL 285.33º 0.9% 0.49% -
HSV(B) 285.33º 0.95% 0.93% -
XYZ 34.71 16.32 81.44 -
YUV 88.48 211.82 194.7 -
System Red Green Blue C M Y K H S L
Decimal 182 12 237 0.23 0.95 0 0.07 285.33 0.9 0.49
Hex B6 C ED 17 5F 0 7 11D 5A 31
Octal 266 14 355 27 137 0 7 435 132 61
Binary 10110110 1100 11101101 10111 1011111 0 111 100011101 1011010 110001

Color Harmonies of #B60CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CED

Black with #B60CED

Text Example


Text Example

White with #B60CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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