Html Css Color HEX #B601BF Deep Magenta

📋 copy color: '#B601BF'

red 182 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #B601BF

Tints of Deep Magenta #B601BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 51.07%

R = 48.66%
G = 0.27%
B = 51.07%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B601BF (or 0xB601BF) is known color: Deep Magenta. HEX triplet: B6, 01 and BF. RGB value is (182,1,191). Sum of RGB (Red+Green+Blue) = 182+1+191=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 1 (0.78% from 255 or 0.27% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #B601BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601BF is #49FE40. Grayscale: #4C4C4C. Windows color (decimal): -4849217 or 12517814. OLE color: 12517814.

HSL color Cylindrical-coordinate representation of color #B601BF: hue angle of 297.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601BF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 182 1 191 -
CMYK 0.05 0.99 0 0.25
HSL 297.16º 0.99% 0.38% -
HSV(B) 297.16º 0.99% 0.75% -
XYZ 28.71 13.73 50.43 -
YUV 76.78 192.47 203.05 -
System Red Green Blue C M Y K H S L
Decimal 182 1 191 0.05 0.99 0 0.25 297.16 0.99 0.38
Hex B6 1 BF 5 63 0 19 129 63 26
Octal 266 1 277 5 143 0 31 451 143 46
Binary 10110110 1 10111111 101 1100011 0 11001 100101001 1100011 100110

Color Harmonies of #B601BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B601BF

Black with #B601BF

Text Example


Text Example

White with #B601BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B601BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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