Html Css Color HEX #B601B6 Deep Magenta

📋 copy color: '#B601B6'

red 182 ◦ green 1 ◦ blue 182

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

Shades of Deep Magenta #B601B6

Tints of Deep Magenta #B601B6

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 49.86%
G = 0.27%
B = 49.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B601B6 (or 0xB601B6) is known color: Deep Magenta. HEX triplet: B6, 01 and B6. RGB value is (182,1,182). Sum of RGB (Red+Green+Blue) = 182+1+182=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 1 (0.78% from 255 or 0.27% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: red, blue. Hex color #B601B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601B6 is #49FE49. Grayscale: #4B4B4B. Windows color (decimal): -4849226 or 11927990. OLE color: 11927990.

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

Color convert

RGB 182 1 182 -
CMYK 0 0.99 0 0.29
HSL 300º 0.99% 0.36% -
HSV(B) 300º 0.99% 0.71% -
XYZ 27.75 13.34 45.37 -
YUV 75.75 187.97 203.78 -
System Red Green Blue C M Y K H S L
Decimal 182 1 182 0 0.99 0 0.29 300 0.99 0.36
Hex B6 1 B6 0 63 0 1D 12C 63 24
Octal 266 1 266 0 143 0 35 454 143 44
Binary 10110110 1 10110110 0 1100011 0 11101 100101100 1100011 100100

Color Harmonies of #B601B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601B6

Black with #B601B6

Text Example


Text Example

White with #B601B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601B6; }

 p { color: rgb(182,1,182); }

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

background-color css

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

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

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

border-color css

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

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

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