Html Css Color HEX #B600AD Deep Magenta

📋 copy color: '#B600AD'

red 182 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #B600AD

Tints of Deep Magenta #B600AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.73%

R = 51.27%
G = 0%
B = 48.73%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#B600AD (or 0xB600AD) is known color: Deep Magenta. HEX triplet: B6, 00 and AD. RGB value is (182,0,173). Sum of RGB (Red+Green+Blue) = 182+0+173=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B600AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600AD is #49FF52. Grayscale: #494949. Windows color (decimal): -4849491 or 11337910. OLE color: 11337910.

HSL color Cylindrical-coordinate representation of color #B600AD: hue angle of 302.97º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B600AD is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 173 -
CMYK 0 1 0.05 0.29
HSL 302.97º 1% 0.36% -
HSV(B) 302.97º 1% 0.71% -
XYZ 26.83 12.96 40.62 -
YUV 74.14 183.8 204.93 -
System Red Green Blue C M Y K H S L
Decimal 182 0 173 0 1 0.05 0.29 302.97 1 0.36
Hex B6 0 AD 0 64 5 1D 12F 64 24
Octal 266 0 255 0 144 5 35 457 144 44
Binary 10110110 0 10101101 0 1100100 101 11101 100101111 1100100 100100

Color Harmonies of #B600AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600AD

Black with #B600AD

Text Example


Text Example

White with #B600AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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