Html Css Color HEX #B64B8D Mulberry

📋 copy color: '#B64B8D'

red 182 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #B64B8D

Tints of Mulberry #B64B8D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.84%

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 45.73%
G = 18.84%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B64B8D (or 0xB64B8D) is known color: Mulberry. HEX triplet: B6, 4B and 8D. RGB value is (182,75,141). Sum of RGB (Red+Green+Blue) = 182+75+141=398 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.73% from 398); Green value is 75 (29.69% from 255 or 18.84% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64B8D is #49B472. Grayscale: #727272. Windows color (decimal): -4830323 or 9259958. OLE color: 9259958.

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

Color convert

RGB 182 75 141 -
CMYK 0 0.59 0.23 0.29
HSL 322.99º 0.42% 0.5% -
HSV(B) 322.99º 0.59% 0.71% -
XYZ 26.62 16.9 27.06 -
YUV 114.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 182 75 141 0 0.59 0.23 0.29 322.99 0.42 0.5
Hex B6 4B 8D 0 3B 17 1D 143 2A 32
Octal 266 113 215 0 73 27 35 503 52 62
Binary 10110110 1001011 10001101 0 111011 10111 11101 101000011 101010 110010

Color Harmonies of #B64B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64B8D

Black with #B64B8D

Text Example


Text Example

White with #B64B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64B8D; }

 p { color: rgb(182,75,141); }

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

background-color css

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

 a { background-color: rgb(182,75,141); }

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

border-color css

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

 span { border-color: rgb(182,75,141); }

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