Html Css Color HEX #B05485 Mulberry

📋 copy color: '#B05485'

red 176 ◦ green 84 ◦ blue 133

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

Shades of Mulberry #B05485

Tints of Mulberry #B05485

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 133 (52.34% from 255) = 33.84%

R = 44.78%
G = 21.37%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#B05485 (or 0xB05485) is known color: Mulberry. HEX triplet: B0, 54 and 85. RGB value is (176,84,133). Sum of RGB (Red+Green+Blue) = 176+84+133=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05485 is #4FAB7A. Grayscale: #747474. Windows color (decimal): -5221243 or 8737968. OLE color: 8737968.

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

Color convert

RGB 176 84 133 -
CMYK 0 0.52 0.24 0.31
HSL 328.04º 0.37% 0.51% -
HSV(B) 328.04º 0.52% 0.69% -
XYZ 25.31 17.26 24.19 -
YUV 117.09 136.98 170.02 -
System Red Green Blue C M Y K H S L
Decimal 176 84 133 0 0.52 0.24 0.31 328.04 0.37 0.51
Hex B0 54 85 0 34 18 1F 148 25 33
Octal 260 124 205 0 64 30 37 510 45 63
Binary 10110000 1010100 10000101 0 110100 11000 11111 101001000 100101 110011

Color Harmonies of #B05485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05485

Black with #B05485

Text Example


Text Example

White with #B05485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05485; }

 p { color: rgb(176,84,133); }

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

background-color css

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

 a { background-color: rgb(176,84,133); }

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

border-color css

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

 span { border-color: rgb(176,84,133); }

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