Html Css Color HEX #B05A8A Mulberry

📋 copy color: '#B05A8A'

red 176 ◦ green 90 ◦ blue 138

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

Shades of Mulberry #B05A8A

Tints of Mulberry #B05A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.28%

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 43.56%
G = 22.28%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B05A8A (or 0xB05A8A) is known color: Mulberry. HEX triplet: B0, 5A and 8A. RGB value is (176,90,138). Sum of RGB (Red+Green+Blue) = 176+90+138=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 90 (35.55% from 255 or 22.28% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B05A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05A8A is #4FA575. Grayscale: #797979. Windows color (decimal): -5219702 or 9067184. OLE color: 9067184.

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

Color convert

RGB 176 90 138 -
CMYK 0 0.49 0.22 0.31
HSL 326.51º 0.35% 0.52% -
HSV(B) 326.51º 0.49% 0.69% -
XYZ 26.15 18.38 26.21 -
YUV 121.19 137.49 167.1 -
System Red Green Blue C M Y K H S L
Decimal 176 90 138 0 0.49 0.22 0.31 326.51 0.35 0.52
Hex B0 5A 8A 0 31 16 1F 147 23 34
Octal 260 132 212 0 61 26 37 507 43 64
Binary 10110000 1011010 10001010 0 110001 10110 11111 101000111 100011 110100

Color Harmonies of #B05A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05A8A

Black with #B05A8A

Text Example


Text Example

White with #B05A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05A8A; }

 p { color: rgb(176,90,138); }

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

background-color css

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

 a { background-color: rgb(176,90,138); }

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

border-color css

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

 span { border-color: rgb(176,90,138); }

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