Html Css Color HEX #B75A8E Mulberry

📋 copy color: '#B75A8E'

red 183 ◦ green 90 ◦ blue 142

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

Shades of Mulberry #B75A8E

Tints of Mulberry #B75A8E

RGB

 RED value IS 183 (71.88% from 255) = 44.1%

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

 BLUE value IS 142 (55.86% from 255) = 34.22%

R = 44.1%
G = 21.69%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B75A8E (or 0xB75A8E) is known color: Mulberry. HEX triplet: B7, 5A and 8E. RGB value is (183,90,142). Sum of RGB (Red+Green+Blue) = 183+90+142=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A8E is #48A571. Grayscale: #7B7B7B. Windows color (decimal): -4760946 or 9329335. OLE color: 9329335.

HSL color Cylindrical-coordinate representation of color #B75A8E: hue angle of 326.45º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A8E is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 90 142 -
CMYK 0 0.51 0.22 0.28
HSL 326.45º 0.39% 0.54% -
HSV(B) 326.45º 0.51% 0.72% -
XYZ 28.07 19.33 27.84 -
YUV 123.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 183 90 142 0 0.51 0.22 0.28 326.45 0.39 0.54
Hex B7 5A 8E 0 33 16 1C 146 27 36
Octal 267 132 216 0 63 26 34 506 47 66
Binary 10110111 1011010 10001110 0 110011 10110 11100 101000110 100111 110110

Color Harmonies of #B75A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A8E

Black with #B75A8E

Text Example


Text Example

White with #B75A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A8E; }

 p { color: rgb(183,90,142); }

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

background-color css

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

 a { background-color: rgb(183,90,142); }

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

border-color css

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

 span { border-color: rgb(183,90,142); }

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