Html Css Color HEX #B600B7 Deep Magenta

📋 copy color: '#B600B7'

red 182 ◦ green 0 ◦ blue 183

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

Shades of Deep Magenta #B600B7

Tints of Deep Magenta #B600B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.14%

R = 49.86%
G = 0%
B = 50.14%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B600B7 (or 0xB600B7) is known color: Deep Magenta. HEX triplet: B6, 00 and B7. RGB value is (182,0,183). Sum of RGB (Red+Green+Blue) = 182+0+183=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #B600B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B600B7 is #49FF48. Grayscale: #4A4A4A. Windows color (decimal): -4849481 or 11993270. OLE color: 11993270.

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

Color convert

RGB 182 0 183 -
CMYK 0.01 1 0 0.28
HSL 299.67º 1% 0.36% -
HSV(B) 299.67º 1% 0.72% -
XYZ 27.84 13.36 45.91 -
YUV 75.28 188.8 204.12 -
System Red Green Blue C M Y K H S L
Decimal 182 0 183 0.01 1 0 0.28 299.67 1 0.36
Hex B6 0 B7 1 64 0 1C 12C 64 24
Octal 266 0 267 1 144 0 34 454 144 44
Binary 10110110 0 10110111 1 1100100 0 11100 100101100 1100100 100100

Color Harmonies of #B600B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600B7

Black with #B600B7

Text Example


Text Example

White with #B600B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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