Html Css Color HEX #B64C8E Mulberry

📋 copy color: '#B64C8E'

red 182 ◦ green 76 ◦ blue 142

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

Shades of Mulberry #B64C8E

Tints of Mulberry #B64C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 45.5%
G = 19%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B64C8E (or 0xB64C8E) is known color: Mulberry. HEX triplet: B6, 4C and 8E. RGB value is (182,76,142). Sum of RGB (Red+Green+Blue) = 182+76+142=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64C8E is #49B371. Grayscale: #737373. Windows color (decimal): -4830066 or 9325750. OLE color: 9325750.

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

Color convert

RGB 182 76 142 -
CMYK 0 0.58 0.22 0.29
HSL 322.64º 0.42% 0.51% -
HSV(B) 322.64º 0.58% 0.71% -
XYZ 26.76 17.07 27.48 -
YUV 115.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 182 76 142 0 0.58 0.22 0.29 322.64 0.42 0.51
Hex B6 4C 8E 0 3A 16 1D 143 2A 33
Octal 266 114 216 0 72 26 35 503 52 63
Binary 10110110 1001100 10001110 0 111010 10110 11101 101000011 101010 110011

Color Harmonies of #B64C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64C8E

Black with #B64C8E

Text Example


Text Example

White with #B64C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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