Html Css Color HEX #B61DAF Deep Magenta

📋 copy color: '#B61DAF'

red 182 ◦ green 29 ◦ blue 175

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

Shades of Deep Magenta #B61DAF

Tints of Deep Magenta #B61DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.51%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 47.15%
G = 7.51%
B = 45.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B61DAF (or 0xB61DAF) is known color: Deep Magenta. HEX triplet: B6, 1D and AF. RGB value is (182,29,175). Sum of RGB (Red+Green+Blue) = 182+29+175=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B61DAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61DAF is #49E250. Grayscale: #5A5A5A. Windows color (decimal): -4842065 or 11476406. OLE color: 11476406.

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

Color convert

RGB 182 29 175 -
CMYK 0 0.84 0.04 0.29
HSL 302.75º 0.73% 0.41% -
HSV(B) 302.75º 0.84% 0.71% -
XYZ 27.47 13.92 41.8 -
YUV 91.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 182 29 175 0 0.84 0.04 0.29 302.75 0.73 0.41
Hex B6 1D AF 0 54 4 1D 12F 49 29
Octal 266 35 257 0 124 4 35 457 111 51
Binary 10110110 11101 10101111 0 1010100 100 11101 100101111 1001001 101001

Color Harmonies of #B61DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DAF

Black with #B61DAF

Text Example


Text Example

White with #B61DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DAF; }

 p { color: rgb(182,29,175); }

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

background-color css

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

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

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

border-color css

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

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

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