Html Css Color HEX #B601BD Deep Magenta

📋 copy color: '#B601BD'

red 182 ◦ green 1 ◦ blue 189

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

Shades of Deep Magenta #B601BD

Tints of Deep Magenta #B601BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 48.92%
G = 0.27%
B = 50.81%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B601BD (or 0xB601BD) is known color: Deep Magenta. HEX triplet: B6, 01 and BD. RGB value is (182,1,189). Sum of RGB (Red+Green+Blue) = 182+1+189=372 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.92% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #B601BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BD is #49FE42. Grayscale: #4B4B4B. Windows color (decimal): -4849219 or 12386742. OLE color: 12386742.

HSL color Cylindrical-coordinate representation of color #B601BD: hue angle of 297.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601BD is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 1 189 -
CMYK 0.04 0.99 0 0.26
HSL 297.77º 0.99% 0.37% -
HSV(B) 297.77º 0.99% 0.74% -
XYZ 28.49 13.64 49.28 -
YUV 76.55 191.47 203.21 -
System Red Green Blue C M Y K H S L
Decimal 182 1 189 0.04 0.99 0 0.26 297.77 0.99 0.37
Hex B6 1 BD 4 63 0 1A 12A 63 25
Octal 266 1 275 4 143 0 32 452 143 45
Binary 10110110 1 10111101 100 1100011 0 11010 100101010 1100011 100101

Color Harmonies of #B601BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601BD

Black with #B601BD

Text Example


Text Example

White with #B601BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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