Html Css Color HEX #B61BAE Deep Magenta

📋 copy color: '#B61BAE'

red 182 ◦ green 27 ◦ blue 174

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

Shades of Deep Magenta #B61BAE

Tints of Deep Magenta #B61BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.05%

 BLUE value IS 174 (68.36% from 255) = 45.43%

R = 47.52%
G = 7.05%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B61BAE (or 0xB61BAE) is known color: Deep Magenta. HEX triplet: B6, 1B and AE. RGB value is (182,27,174). Sum of RGB (Red+Green+Blue) = 182+27+174=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 174 (68.36% from 255 or 45.43% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B61BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B61BAE is #49E451. Grayscale: #595959. Windows color (decimal): -4842578 or 11410358. OLE color: 11410358.

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

Color convert

RGB 182 27 174 -
CMYK 0 0.85 0.04 0.29
HSL 303.1º 0.74% 0.41% -
HSV(B) 303.1º 0.85% 0.71% -
XYZ 27.32 13.78 41.27 -
YUV 90.1 175.35 193.55 -
System Red Green Blue C M Y K H S L
Decimal 182 27 174 0 0.85 0.04 0.29 303.1 0.74 0.41
Hex B6 1B AE 0 55 4 1D 12F 4A 29
Octal 266 33 256 0 125 4 35 457 112 51
Binary 10110110 11011 10101110 0 1010101 100 11101 100101111 1001010 101001

Color Harmonies of #B61BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61BAE

Black with #B61BAE

Text Example


Text Example

White with #B61BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61BAE; }

 p { color: rgb(182,27,174); }

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

background-color css

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

 a { background-color: rgb(182,27,174); }

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

border-color css

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

 span { border-color: rgb(182,27,174); }

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