Html Css Color HEX #B35A8B Mulberry

📋 copy color: '#B35A8B'

red 179 ◦ green 90 ◦ blue 139

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

Shades of Mulberry #B35A8B

Tints of Mulberry #B35A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

 BLUE value IS 139 (54.69% from 255) = 34.07%

R = 43.87%
G = 22.06%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B35A8B (or 0xB35A8B) is known color: Mulberry. HEX triplet: B3, 5A and 8B. RGB value is (179,90,139). Sum of RGB (Red+Green+Blue) = 179+90+139=408 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.87% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A8B is #4CA574. Grayscale: #7A7A7A. Windows color (decimal): -5023093 or 9132723. OLE color: 9132723.

HSL color Cylindrical-coordinate representation of color #B35A8B: hue angle of 326.97º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35A8B is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 139 -
CMYK 0 0.50 0.22 0.30
HSL 326.97º 0.37% 0.53% -
HSV(B) 326.97º 0.5% 0.7% -
XYZ 26.91 18.76 26.63 -
YUV 122.2 137.49 168.52 -
System Red Green Blue C M Y K H S L
Decimal 179 90 139 0 0.50 0.22 0.30 326.97 0.37 0.53
Hex B3 5A 8B 0 32 16 1E 147 25 35
Octal 263 132 213 0 62 26 36 507 45 65
Binary 10110011 1011010 10001011 0 110010 10110 11110 101000111 100101 110101

Color Harmonies of #B35A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A8B

Black with #B35A8B

Text Example


Text Example

White with #B35A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A8B; }

 p { color: rgb(179,90,139); }

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

background-color css

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

 a { background-color: rgb(179,90,139); }

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

border-color css

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

 span { border-color: rgb(179,90,139); }

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