Html Css Color HEX #B75D9C Mulberry

📋 copy color: '#B75D9C'

red 183 ◦ green 93 ◦ blue 156

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

Shades of Mulberry #B75D9C

Tints of Mulberry #B75D9C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.53%

 BLUE value IS 156 (61.33% from 255) = 36.11%

R = 42.36%
G = 21.53%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B75D9C (or 0xB75D9C) is known color: Mulberry. HEX triplet: B7, 5D and 9C. RGB value is (183,93,156). Sum of RGB (Red+Green+Blue) = 183+93+156=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75D9C is #48A263. Grayscale: #7E7E7E. Windows color (decimal): -4760164 or 10247607. OLE color: 10247607.

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

Color convert

RGB 183 93 156 -
CMYK 0 0.49 0.15 0.28
HSL 318º 0.38% 0.54% -
HSV(B) 318º 0.49% 0.72% -
XYZ 29.44 20.3 33.82 -
YUV 127.09 144.32 167.88 -
System Red Green Blue C M Y K H S L
Decimal 183 93 156 0 0.49 0.15 0.28 318 0.38 0.54
Hex B7 5D 9C 0 31 F 1C 13E 26 36
Octal 267 135 234 0 61 17 34 476 46 66
Binary 10110111 1011101 10011100 0 110001 1111 11100 100111110 100110 110110

Color Harmonies of #B75D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75D9C

Black with #B75D9C

Text Example


Text Example

White with #B75D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75D9C; }

 p { color: rgb(183,93,156); }

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

background-color css

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

 a { background-color: rgb(183,93,156); }

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

border-color css

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

 span { border-color: rgb(183,93,156); }

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