Html Css Color HEX #B60CB2 Deep Magenta

📋 copy color: '#B60CB2'

red 182 ◦ green 12 ◦ blue 178

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

Shades of Deep Magenta #B60CB2

Tints of Deep Magenta #B60CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.85%

R = 48.92%
G = 3.23%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B60CB2 (or 0xB60CB2) is known color: Deep Magenta. HEX triplet: B6, 0C and B2. RGB value is (182,12,178). Sum of RGB (Red+Green+Blue) = 182+12+178=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 12 (5.08% from 255 or 3.23% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 182 - color contains mainly: red. Hex color #B60CB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60CB2 is #49F34D. Grayscale: #515151. Windows color (decimal): -4846414 or 11668662. OLE color: 11668662.

HSL color Cylindrical-coordinate representation of color #B60CB2: hue angle of 301.41º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60CB2 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 12 178 -
CMYK 0 0.93 0.02 0.29
HSL 301.41º 0.88% 0.38% -
HSV(B) 301.41º 0.93% 0.71% -
XYZ 27.46 13.42 43.26 -
YUV 81.75 182.32 199.5 -
System Red Green Blue C M Y K H S L
Decimal 182 12 178 0 0.93 0.02 0.29 301.41 0.88 0.38
Hex B6 C B2 0 5D 2 1D 12D 58 26
Octal 266 14 262 0 135 2 35 455 130 46
Binary 10110110 1100 10110010 0 1011101 10 11101 100101101 1011000 100110

Color Harmonies of #B60CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60CB2

Black with #B60CB2

Text Example


Text Example

White with #B60CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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