Html Css Color HEX #B64F93 Mulberry

📋 copy color: '#B64F93'

red 182 ◦ green 79 ◦ blue 147

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

Shades of Mulberry #B64F93

Tints of Mulberry #B64F93

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.36%

 BLUE value IS 147 (57.81% from 255) = 36.03%

R = 44.61%
G = 19.36%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B64F93 (or 0xB64F93) is known color: Mulberry. HEX triplet: B6, 4F and 93. RGB value is (182,79,147). Sum of RGB (Red+Green+Blue) = 182+79+147=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B64F93 is #49B06C. Grayscale: #757575. Windows color (decimal): -4829293 or 9654198. OLE color: 9654198.

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

Color convert

RGB 182 79 147 -
CMYK 0 0.57 0.19 0.29
HSL 320.39º 0.41% 0.51% -
HSV(B) 320.39º 0.57% 0.71% -
XYZ 27.35 17.64 29.57 -
YUV 117.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 182 79 147 0 0.57 0.19 0.29 320.39 0.41 0.51
Hex B6 4F 93 0 39 13 1D 140 29 33
Octal 266 117 223 0 71 23 35 500 51 63
Binary 10110110 1001111 10010011 0 111001 10011 11101 101000000 101001 110011

Color Harmonies of #B64F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F93

Black with #B64F93

Text Example


Text Example

White with #B64F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F93; }

 p { color: rgb(182,79,147); }

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

background-color css

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

 a { background-color: rgb(182,79,147); }

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

border-color css

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

 span { border-color: rgb(182,79,147); }

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