Html Css Color HEX #B64C9C Mulberry

📋 copy color: '#B64C9C'

red 182 ◦ green 76 ◦ blue 156

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

Shades of Mulberry #B64C9C

Tints of Mulberry #B64C9C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 43.96%
G = 18.36%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B64C9C (or 0xB64C9C) is known color: Mulberry. HEX triplet: B6, 4C and 9C. RGB value is (182,76,156). Sum of RGB (Red+Green+Blue) = 182+76+156=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C9C is #49B363. Grayscale: #747474. Windows color (decimal): -4830052 or 10243254. OLE color: 10243254.

HSL color Cylindrical-coordinate representation of color #B64C9C: hue angle of 314.72º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C9C is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 156 -
CMYK 0 0.58 0.14 0.29
HSL 314.72º 0.42% 0.51% -
HSV(B) 314.72º 0.58% 0.71% -
XYZ 27.88 17.51 33.36 -
YUV 116.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 182 76 156 0 0.58 0.14 0.29 314.72 0.42 0.51
Hex B6 4C 9C 0 3A E 1D 13B 2A 33
Octal 266 114 234 0 72 16 35 473 52 63
Binary 10110110 1001100 10011100 0 111010 1110 11101 100111011 101010 110011

Color Harmonies of #B64C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C9C

Black with #B64C9C

Text Example


Text Example

White with #B64C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C9C; }

 p { color: rgb(182,76,156); }

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

background-color css

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

 a { background-color: rgb(182,76,156); }

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

border-color css

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

 span { border-color: rgb(182,76,156); }

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