Html Css Color HEX #B60CE6 Electric Purple

📋 copy color: '#B60CE6'

red 182 ◦ green 12 ◦ blue 230

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

Shades of Electric Purple #B60CE6

Tints of Electric Purple #B60CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 42.92%
G = 2.83%
B = 54.25%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B60CE6 (or 0xB60CE6) is known color: Electric Purple. HEX triplet: B6, 0C and E6. RGB value is (182,12,230). Sum of RGB (Red+Green+Blue) = 182+12+230=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 12 (5.08% from 255 or 2.83% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #B60CE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B60CE6 is #49F319. Grayscale: #565656. Windows color (decimal): -4846362 or 15076534. OLE color: 15076534.

HSL color Cylindrical-coordinate representation of color #B60CE6: hue angle of 286.79º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60CE6 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 12 230 -
CMYK 0.21 0.95 0 0.10
HSL 286.79º 0.9% 0.47% -
HSV(B) 286.79º 0.95% 0.9% -
XYZ 33.71 15.92 76.16 -
YUV 87.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 182 12 230 0.21 0.95 0 0.10 286.79 0.9 0.47
Hex B6 C E6 15 5F 0 A 11F 5A 2F
Octal 266 14 346 25 137 0 12 437 132 57
Binary 10110110 1100 11100110 10101 1011111 0 1010 100011111 1011010 101111

Color Harmonies of #B60CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CE6

Black with #B60CE6

Text Example


Text Example

White with #B60CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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