Html Css Color HEX #B34C85 Mulberry

📋 copy color: '#B34C85'

red 179 ◦ green 76 ◦ blue 133

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

Shades of Mulberry #B34C85

Tints of Mulberry #B34C85

RGB

 RED value IS 179 (70.31% from 255) = 46.13%

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

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 46.13%
G = 19.59%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B34C85 (or 0xB34C85) is known color: Mulberry. HEX triplet: B3, 4C and 85. RGB value is (179,76,133). Sum of RGB (Red+Green+Blue) = 179+76+133=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C85 is #4CB37A. Grayscale: #717171. Windows color (decimal): -5026683 or 8735923. OLE color: 8735923.

HSL color Cylindrical-coordinate representation of color #B34C85: hue angle of 326.8º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C85 is Cyan = 0, Magento = 0.58, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 133 -
CMYK 0 0.58 0.26 0.30
HSL 326.8º 0.4% 0.5% -
HSV(B) 326.8º 0.58% 0.7% -
XYZ 25.41 16.45 24.03 -
YUV 113.3 139.12 174.87 -
System Red Green Blue C M Y K H S L
Decimal 179 76 133 0 0.58 0.26 0.30 326.8 0.4 0.5
Hex B3 4C 85 0 3A 1A 1E 147 28 32
Octal 263 114 205 0 72 32 36 507 50 62
Binary 10110011 1001100 10000101 0 111010 11010 11110 101000111 101000 110010

Color Harmonies of #B34C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C85

Black with #B34C85

Text Example


Text Example

White with #B34C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C85; }

 p { color: rgb(179,76,133); }

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

background-color css

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

 a { background-color: rgb(179,76,133); }

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

border-color css

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

 span { border-color: rgb(179,76,133); }

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