Html Css Color HEX #B601B3 Deep Magenta

📋 copy color: '#B601B3'

red 182 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #B601B3

Tints of Deep Magenta #B601B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 50.28%
G = 0.28%
B = 49.45%

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

#B601B3 (or 0xB601B3) is known color: Deep Magenta. HEX triplet: B6, 01 and B3. RGB value is (182,1,179). Sum of RGB (Red+Green+Blue) = 182+1+179=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 1 (0.78% from 255 or 0.28% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B601B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601B3 is #49FE4C. Grayscale: #4A4A4A. Windows color (decimal): -4849229 or 11731382. OLE color: 11731382.

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

Color convert

RGB 182 1 179 -
CMYK 0 0.99 0.02 0.29
HSL 300.99º 0.99% 0.36% -
HSV(B) 300.99º 0.99% 0.71% -
XYZ 27.44 13.22 43.75 -
YUV 75.41 186.47 204.03 -
System Red Green Blue C M Y K H S L
Decimal 182 1 179 0 0.99 0.02 0.29 300.99 0.99 0.36
Hex B6 1 B3 0 63 2 1D 12D 63 24
Octal 266 1 263 0 143 2 35 455 143 44
Binary 10110110 1 10110011 0 1100011 10 11101 100101101 1100011 100100

Color Harmonies of #B601B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601B3

Black with #B601B3

Text Example


Text Example

White with #B601B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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