Html Css Color HEX #B35F90 Mulberry

📋 copy color: '#B35F90'

red 179 ◦ green 95 ◦ blue 144

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

Shades of Mulberry #B35F90

Tints of Mulberry #B35F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.73%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 42.82%
G = 22.73%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B35F90 (or 0xB35F90) is known color: Mulberry. HEX triplet: B3, 5F and 90. RGB value is (179,95,144). Sum of RGB (Red+Green+Blue) = 179+95+144=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 179 - color contains mainly: red. Hex color #B35F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35F90 is #4CA06F. Grayscale: #7D7D7D. Windows color (decimal): -5021808 or 9461683. OLE color: 9461683.

HSL color Cylindrical-coordinate representation of color #B35F90: hue angle of 325º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35F90 is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 95 144 -
CMYK 0 0.47 0.20 0.30
HSL 325º 0.36% 0.54% -
HSV(B) 325º 0.47% 0.7% -
XYZ 27.72 19.78 28.74 -
YUV 125.7 138.33 166.02 -
System Red Green Blue C M Y K H S L
Decimal 179 95 144 0 0.47 0.20 0.30 325 0.36 0.54
Hex B3 5F 90 0 2F 14 1E 145 24 36
Octal 263 137 220 0 57 24 36 505 44 66
Binary 10110011 1011111 10010000 0 101111 10100 11110 101000101 100100 110110

Color Harmonies of #B35F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35F90

Black with #B35F90

Text Example


Text Example

White with #B35F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35F90; }

 p { color: rgb(179,95,144); }

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

background-color css

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

 a { background-color: rgb(179,95,144); }

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

border-color css

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

 span { border-color: rgb(179,95,144); }

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