Html Css Color HEX #B05386 Mulberry

📋 copy color: '#B05386'

red 176 ◦ green 83 ◦ blue 134

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

Shades of Mulberry #B05386

Tints of Mulberry #B05386

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

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

 BLUE value IS 134 (52.73% from 255) = 34.1%

R = 44.78%
G = 21.12%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05386 (or 0xB05386) is known color: Mulberry. HEX triplet: B0, 53 and 86. RGB value is (176,83,134). Sum of RGB (Red+Green+Blue) = 176+83+134=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 134 (52.73% from 255 or 34.10% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05386 is #4FAC79. Grayscale: #747474. Windows color (decimal): -5221498 or 8803248. OLE color: 8803248.

HSL color Cylindrical-coordinate representation of color #B05386: hue angle of 327.1º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05386 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 134 -
CMYK 0 0.53 0.24 0.31
HSL 327.1º 0.37% 0.51% -
HSV(B) 327.1º 0.53% 0.69% -
XYZ 25.3 17.14 24.53 -
YUV 116.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 176 83 134 0 0.53 0.24 0.31 327.1 0.37 0.51
Hex B0 53 86 0 35 18 1F 147 25 33
Octal 260 123 206 0 65 30 37 507 45 63
Binary 10110000 1010011 10000110 0 110101 11000 11111 101000111 100101 110011

Color Harmonies of #B05386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05386

Black with #B05386

Text Example


Text Example

White with #B05386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05386; }

 p { color: rgb(176,83,134); }

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

background-color css

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

 a { background-color: rgb(176,83,134); }

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

border-color css

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

 span { border-color: rgb(176,83,134); }

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