Html Css Color HEX #B61DB9 Deep Magenta

📋 copy color: '#B61DB9'

red 182 ◦ green 29 ◦ blue 185

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

Shades of Deep Magenta #B61DB9

Tints of Deep Magenta #B61DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 45.96%
G = 7.32%
B = 46.72%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61DB9 (or 0xB61DB9) is known color: Deep Magenta. HEX triplet: B6, 1D and B9. RGB value is (182,29,185). Sum of RGB (Red+Green+Blue) = 182+29+185=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #B61DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DB9 is #49E246. Grayscale: #5C5C5C. Windows color (decimal): -4842055 or 12131766. OLE color: 12131766.

HSL color Cylindrical-coordinate representation of color #B61DB9: hue angle of 298.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61DB9 is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 29 185 -
CMYK 0.02 0.84 0 0.27
HSL 298.85º 0.73% 0.42% -
HSV(B) 298.85º 0.84% 0.73% -
XYZ 28.49 14.33 47.16 -
YUV 92.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 182 29 185 0.02 0.84 0 0.27 298.85 0.73 0.42
Hex B6 1D B9 2 54 0 1B 12B 49 2A
Octal 266 35 271 2 124 0 33 453 111 52
Binary 10110110 11101 10111001 10 1010100 0 11011 100101011 1001001 101010

Color Harmonies of #B61DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DB9

Black with #B61DB9

Text Example


Text Example

White with #B61DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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