Html Css Color HEX #B601B2 Deep Magenta

📋 copy color: '#B601B2'

red 182 ◦ green 1 ◦ blue 178

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

Shades of Deep Magenta #B601B2

Tints of Deep Magenta #B601B2

RGB

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

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

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

R = 50.42%
G = 0.28%
B = 49.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B601B2 (or 0xB601B2) is known color: Deep Magenta. HEX triplet: B6, 01 and B2. RGB value is (182,1,178). Sum of RGB (Red+Green+Blue) = 182+1+178=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B601B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B601B2 is #49FE4D. Grayscale: #4A4A4A. Windows color (decimal): -4849230 or 11665846. OLE color: 11665846.

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

Color convert

RGB 182 1 178 -
CMYK 0 0.99 0.02 0.29
HSL 301.33º 0.99% 0.36% -
HSV(B) 301.33º 0.99% 0.71% -
XYZ 27.34 13.18 43.22 -
YUV 75.3 185.97 204.11 -
System Red Green Blue C M Y K H S L
Decimal 182 1 178 0 0.99 0.02 0.29 301.33 0.99 0.36
Hex B6 1 B2 0 63 2 1D 12D 63 24
Octal 266 1 262 0 143 2 35 455 143 44
Binary 10110110 1 10110010 0 1100011 10 11101 100101101 1100011 100100

Color Harmonies of #B601B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601B2

Black with #B601B2

Text Example


Text Example

White with #B601B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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