Html Css Color HEX #B95099 Mulberry

📋 copy color: '#B95099'

red 185 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #B95099

Tints of Mulberry #B95099

RGB

 RED value IS 185 (72.66% from 255) = 44.26%

 GREEN value IS 80 (31.64% from 255) = 19.14%

 BLUE value IS 153 (60.16% from 255) = 36.6%

R = 44.26%
G = 19.14%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B95099 (or 0xB95099) is known color: Mulberry. HEX triplet: B9, 50 and 99. RGB value is (185,80,153). Sum of RGB (Red+Green+Blue) = 185+80+153=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 153 (60.16% from 255 or 36.60% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B95099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95099 is #46AF66. Grayscale: #777777. Windows color (decimal): -4632423 or 10047673. OLE color: 10047673.

HSL color Cylindrical-coordinate representation of color #B95099: hue angle of 318.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95099 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 153 -
CMYK 0 0.57 0.17 0.27
HSL 318.29º 0.43% 0.52% -
HSV(B) 318.29º 0.57% 0.73% -
XYZ 28.63 18.35 32.17 -
YUV 119.72 146.79 174.56 -
System Red Green Blue C M Y K H S L
Decimal 185 80 153 0 0.57 0.17 0.27 318.29 0.43 0.52
Hex B9 50 99 0 39 11 1B 13E 2B 34
Octal 271 120 231 0 71 21 33 476 53 64
Binary 10111001 1010000 10011001 0 111001 10001 11011 100111110 101011 110100

Color Harmonies of #B95099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95099

Black with #B95099

Text Example


Text Example

White with #B95099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95099; }

 p { color: rgb(185,80,153); }

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

background-color css

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

 a { background-color: rgb(185,80,153); }

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

border-color css

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

 span { border-color: rgb(185,80,153); }

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