Html Css Color HEX #B64882 Mulberry

📋 copy color: '#B64882'

red 182 ◦ green 72 ◦ blue 130

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

Shades of Mulberry #B64882

Tints of Mulberry #B64882

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.75%

 BLUE value IS 130 (51.17% from 255) = 33.85%

R = 47.4%
G = 18.75%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B64882 (or 0xB64882) is known color: Mulberry. HEX triplet: B6, 48 and 82. RGB value is (182,72,130). Sum of RGB (Red+Green+Blue) = 182+72+130=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B64882 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64882 is #49B77D. Grayscale: #6F6F6F. Windows color (decimal): -4831102 or 8538294. OLE color: 8538294.

HSL color Cylindrical-coordinate representation of color #B64882: hue angle of 328.36º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64882 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 130 -
CMYK 0 0.60 0.29 0.29
HSL 328.36º 0.43% 0.5% -
HSV(B) 328.36º 0.6% 0.71% -
XYZ 25.64 16.19 22.89 -
YUV 111.5 138.44 178.28 -
System Red Green Blue C M Y K H S L
Decimal 182 72 130 0 0.60 0.29 0.29 328.36 0.43 0.5
Hex B6 48 82 0 3C 1D 1D 148 2B 32
Octal 266 110 202 0 74 35 35 510 53 62
Binary 10110110 1001000 10000010 0 111100 11101 11101 101001000 101011 110010

Color Harmonies of #B64882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64882

Black with #B64882

Text Example


Text Example

White with #B64882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64882; }

 p { color: rgb(182,72,130); }

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

background-color css

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

 a { background-color: rgb(182,72,130); }

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

border-color css

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

 span { border-color: rgb(182,72,130); }

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