Html Css Color HEX #B95394 Mulberry

📋 copy color: '#B95394'

red 185 ◦ green 83 ◦ blue 148

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

Shades of Mulberry #B95394

Tints of Mulberry #B95394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 35.58%

R = 44.47%
G = 19.95%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B95394 (or 0xB95394) is known color: Mulberry. HEX triplet: B9, 53 and 94. RGB value is (185,83,148). Sum of RGB (Red+Green+Blue) = 185+83+148=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B95394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95394 is #46AC6B. Grayscale: #787878. Windows color (decimal): -4631660 or 9720761. OLE color: 9720761.

HSL color Cylindrical-coordinate representation of color #B95394: hue angle of 321.76º 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 #B95394 is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 83 148 -
CMYK 0 0.55 0.20 0.27
HSL 321.76º 0.42% 0.53% -
HSV(B) 321.76º 0.55% 0.73% -
XYZ 28.45 18.64 30.12 -
YUV 120.91 143.29 173.71 -
System Red Green Blue C M Y K H S L
Decimal 185 83 148 0 0.55 0.20 0.27 321.76 0.42 0.53
Hex B9 53 94 0 37 14 1B 142 2A 35
Octal 271 123 224 0 67 24 33 502 52 65
Binary 10111001 1010011 10010100 0 110111 10100 11011 101000010 101010 110101

Color Harmonies of #B95394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95394

Black with #B95394

Text Example


Text Example

White with #B95394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95394; }

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

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

background-color css

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

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

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

border-color css

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

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

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