Html Css Color HEX #B600CC Deep Magenta

📋 copy color: '#B600CC'

red 182 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #B600CC

Tints of Deep Magenta #B600CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.85%

R = 47.15%
G = 0%
B = 52.85%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B600CC (or 0xB600CC) is known color: Deep Magenta. HEX triplet: B6, 00 and CC. RGB value is (182,0,204). Sum of RGB (Red+Green+Blue) = 182+0+204=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #B600CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600CC is #49FF33. Grayscale: #4D4D4D. Windows color (decimal): -4849460 or 13369526. OLE color: 13369526.

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

Color convert

RGB 182 0 204 -
CMYK 0.11 1 0 0.2
HSL 293.53º 1% 0.4% -
HSV(B) 293.53º 1% 0.8% -
XYZ 30.19 14.3 58.3 -
YUV 77.67 199.3 202.41 -
System Red Green Blue C M Y K H S L
Decimal 182 0 204 0.11 1 0 0.2 293.53 1 0.4
Hex B6 0 CC B 64 0 14 126 64 28
Octal 266 0 314 13 144 0 24 446 144 50
Binary 10110110 0 11001100 1011 1100100 0 10100 100100110 1100100 101000

Color Harmonies of #B600CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600CC

Black with #B600CC

Text Example


Text Example

White with #B600CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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