Html Css Color HEX #B600CE Deep Magenta

📋 copy color: '#B600CE'

red 182 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #B600CE

Tints of Deep Magenta #B600CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 206 (80.86% from 255) = 53.09%

R = 46.91%
G = 0%
B = 53.09%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B600CE (or 0xB600CE) is known color: Deep Magenta. HEX triplet: B6, 00 and CE. RGB value is (182,0,206). Sum of RGB (Red+Green+Blue) = 182+0+206=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #B600CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600CE is #49FF31. Grayscale: #4D4D4D. Windows color (decimal): -4849458 or 13500598. OLE color: 13500598.

HSL color Cylindrical-coordinate representation of color #B600CE: hue angle of 293.01º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600CE is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 0 206 -
CMYK 0.12 1 0 0.19
HSL 293.01º 1% 0.4% -
HSV(B) 293.01º 1% 0.81% -
XYZ 30.43 14.4 59.57 -
YUV 77.9 200.3 202.25 -
System Red Green Blue C M Y K H S L
Decimal 182 0 206 0.12 1 0 0.19 293.01 1 0.4
Hex B6 0 CE C 64 0 13 125 64 28
Octal 266 0 316 14 144 0 23 445 144 50
Binary 10110110 0 11001110 1100 1100100 0 10011 100100101 1100100 101000

Color Harmonies of #B600CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600CE

Black with #B600CE

Text Example


Text Example

White with #B600CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600CE; }

 p { color: rgb(182,0,206); }

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

background-color css

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

 a { background-color: rgb(182,0,206); }

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

border-color css

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

 span { border-color: rgb(182,0,206); }

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