Html Css Color HEX #B61DBB Deep Magenta

📋 copy color: '#B61DBB'

red 182 ◦ green 29 ◦ blue 187

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

Shades of Deep Magenta #B61DBB

Tints of Deep Magenta #B61DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.98%

R = 45.73%
G = 7.29%
B = 46.98%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B61DBB (or 0xB61DBB) is known color: Deep Magenta. HEX triplet: B6, 1D and BB. RGB value is (182,29,187). Sum of RGB (Red+Green+Blue) = 182+29+187=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 29 (11.72% from 255 or 7.29% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #B61DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61DBB is #49E244. Grayscale: #5C5C5C. Windows color (decimal): -4842053 or 12262838. OLE color: 12262838.

HSL color Cylindrical-coordinate representation of color #B61DBB: hue angle of 298.1º 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 #B61DBB is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 29 187 -
CMYK 0.03 0.84 0 0.27
HSL 298.1º 0.73% 0.42% -
HSV(B) 298.1º 0.84% 0.73% -
XYZ 28.7 14.41 48.28 -
YUV 92.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 182 29 187 0.03 0.84 0 0.27 298.1 0.73 0.42
Hex B6 1D BB 3 54 0 1B 12A 49 2A
Octal 266 35 273 3 124 0 33 452 111 52
Binary 10110110 11101 10111011 11 1010100 0 11011 100101010 1001001 101010

Color Harmonies of #B61DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61DBB

Black with #B61DBB

Text Example


Text Example

White with #B61DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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