Html Css Color HEX #B75A8F Mulberry

📋 copy color: '#B75A8F'

red 183 ◦ green 90 ◦ blue 143

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

Shades of Mulberry #B75A8F

Tints of Mulberry #B75A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.38%

R = 43.99%
G = 21.63%
B = 34.38%

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

#B75A8F (or 0xB75A8F) is known color: Mulberry. HEX triplet: B7, 5A and 8F. RGB value is (183,90,143). Sum of RGB (Red+Green+Blue) = 183+90+143=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A8F is #48A570. Grayscale: #7B7B7B. Windows color (decimal): -4760945 or 9394871. OLE color: 9394871.

HSL color Cylindrical-coordinate representation of color #B75A8F: hue angle of 325.81º 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 #B75A8F is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 90 143 -
CMYK 0 0.51 0.22 0.28
HSL 325.81º 0.39% 0.54% -
HSV(B) 325.81º 0.51% 0.72% -
XYZ 28.14 19.36 28.24 -
YUV 123.85 138.81 170.19 -
System Red Green Blue C M Y K H S L
Decimal 183 90 143 0 0.51 0.22 0.28 325.81 0.39 0.54
Hex B7 5A 8F 0 33 16 1C 146 27 36
Octal 267 132 217 0 63 26 34 506 47 66
Binary 10110111 1011010 10001111 0 110011 10110 11100 101000110 100111 110110

Color Harmonies of #B75A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75A8F

Black with #B75A8F

Text Example


Text Example

White with #B75A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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