Html Css Color HEX #B64C9D Mulberry

📋 copy color: '#B64C9D'

red 182 ◦ green 76 ◦ blue 157

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

Shades of Mulberry #B64C9D

Tints of Mulberry #B64C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.83%

R = 43.86%
G = 18.31%
B = 37.83%

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

#B64C9D (or 0xB64C9D) is known color: Mulberry. HEX triplet: B6, 4C and 9D. RGB value is (182,76,157). Sum of RGB (Red+Green+Blue) = 182+76+157=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C9D is #49B362. Grayscale: #747474. Windows color (decimal): -4830051 or 10308790. OLE color: 10308790.

HSL color Cylindrical-coordinate representation of color #B64C9D: hue angle of 314.15º 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 #B64C9D is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 76 157 -
CMYK 0 0.58 0.14 0.29
HSL 314.15º 0.42% 0.51% -
HSV(B) 314.15º 0.58% 0.71% -
XYZ 27.96 17.55 33.81 -
YUV 116.93 150.62 174.41 -
System Red Green Blue C M Y K H S L
Decimal 182 76 157 0 0.58 0.14 0.29 314.15 0.42 0.51
Hex B6 4C 9D 0 3A E 1D 13A 2A 33
Octal 266 114 235 0 72 16 35 472 52 63
Binary 10110110 1001100 10011101 0 111010 1110 11101 100111010 101010 110011

Color Harmonies of #B64C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C9D

Black with #B64C9D

Text Example


Text Example

White with #B64C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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