Html Css Color HEX #B95398 Mulberry

📋 copy color: '#B95398'

red 185 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #B95398

Tints of Mulberry #B95398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.76%

 BLUE value IS 152 (59.77% from 255) = 36.19%

R = 44.05%
G = 19.76%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B95398 (or 0xB95398) is known color: Mulberry. HEX triplet: B9, 53 and 98. RGB value is (185,83,152). Sum of RGB (Red+Green+Blue) = 185+83+152=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B95398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95398 is #46AC67. Grayscale: #797979. Windows color (decimal): -4631656 or 9982905. OLE color: 9982905.

HSL color Cylindrical-coordinate representation of color #B95398: hue angle of 319.41º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B95398 is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 152 -
CMYK 0 0.55 0.18 0.27
HSL 319.41º 0.42% 0.53% -
HSV(B) 319.41º 0.55% 0.73% -
XYZ 28.77 18.77 31.81 -
YUV 121.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 185 83 152 0 0.55 0.18 0.27 319.41 0.42 0.53
Hex B9 53 98 0 37 12 1B 13F 2A 35
Octal 271 123 230 0 67 22 33 477 52 65
Binary 10111001 1010011 10011000 0 110111 10010 11011 100111111 101010 110101

Color Harmonies of #B95398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95398

Black with #B95398

Text Example


Text Example

White with #B95398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95398; }

 p { color: rgb(185,83,152); }

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

background-color css

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

 a { background-color: rgb(185,83,152); }

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

border-color css

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

 span { border-color: rgb(185,83,152); }

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