Html Css Color HEX #B600B2 Deep Magenta

📋 copy color: '#B600B2'

red 182 ◦ green 0 ◦ blue 178

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

Shades of Deep Magenta #B600B2

Tints of Deep Magenta #B600B2

RGB

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

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

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

R = 50.56%
G = 0%
B = 49.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B600B2 (or 0xB600B2) is known color: Deep Magenta. HEX triplet: B6, 00 and B2. RGB value is (182,0,178). Sum of RGB (Red+Green+Blue) = 182+0+178=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 178 (69.92% from 255 or 49.44% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B600B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B600B2 is #49FF4D. Grayscale: #4A4A4A. Windows color (decimal): -4849486 or 11665590. OLE color: 11665590.

HSL color Cylindrical-coordinate representation of color #B600B2: hue angle of 301.32º 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 #B600B2 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 0 178 -
CMYK 0 1 0.02 0.29
HSL 301.32º 1% 0.36% -
HSV(B) 301.32º 1% 0.71% -
XYZ 27.33 13.16 43.22 -
YUV 74.71 186.3 204.53 -
System Red Green Blue C M Y K H S L
Decimal 182 0 178 0 1 0.02 0.29 301.32 1 0.36
Hex B6 0 B2 0 64 2 1D 12D 64 24
Octal 266 0 262 0 144 2 35 455 144 44
Binary 10110110 0 10110010 0 1100100 10 11101 100101101 1100100 100100

Color Harmonies of #B600B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B600B2

Black with #B600B2

Text Example


Text Example

White with #B600B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B600B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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