Html Css Color HEX #B35A8A Mulberry

📋 copy color: '#B35A8A'

red 179 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #B35A8A

Tints of Mulberry #B35A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.91%

R = 43.98%
G = 22.11%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B35A8A (or 0xB35A8A) is known color: Mulberry. HEX triplet: B3, 5A and 8A. RGB value is (179,90,138). Sum of RGB (Red+Green+Blue) = 179+90+138=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35A8A is #4CA575. Grayscale: #797979. Windows color (decimal): -5023094 or 9067187. OLE color: 9067187.

HSL color Cylindrical-coordinate representation of color #B35A8A: hue angle of 327.64º 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 #B35A8A is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 90 138 -
CMYK 0 0.50 0.23 0.30
HSL 327.64º 0.37% 0.53% -
HSV(B) 327.64º 0.5% 0.7% -
XYZ 26.83 18.73 26.25 -
YUV 122.08 136.99 168.6 -
System Red Green Blue C M Y K H S L
Decimal 179 90 138 0 0.50 0.23 0.30 327.64 0.37 0.53
Hex B3 5A 8A 0 32 17 1E 148 25 35
Octal 263 132 212 0 62 27 36 510 45 65
Binary 10110011 1011010 10001010 0 110010 10111 11110 101001000 100101 110101

Color Harmonies of #B35A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35A8A

Black with #B35A8A

Text Example


Text Example

White with #B35A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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