Html Css Color HEX #B75C9C Mulberry

📋 copy color: '#B75C9C'

red 183 ◦ green 92 ◦ blue 156

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

Shades of Mulberry #B75C9C

Tints of Mulberry #B75C9C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.35%

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

R = 42.46%
G = 21.35%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B75C9C (or 0xB75C9C) is known color: Mulberry. HEX triplet: B7, 5C and 9C. RGB value is (183,92,156). Sum of RGB (Red+Green+Blue) = 183+92+156=431 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.46% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C9C is #48A363. Grayscale: #7E7E7E. Windows color (decimal): -4760420 or 10247351. OLE color: 10247351.

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

Color convert

RGB 183 92 156 -
CMYK 0 0.50 0.15 0.28
HSL 317.8º 0.39% 0.54% -
HSV(B) 317.8º 0.5% 0.72% -
XYZ 29.36 20.12 33.79 -
YUV 126.51 144.65 168.3 -
System Red Green Blue C M Y K H S L
Decimal 183 92 156 0 0.50 0.15 0.28 317.8 0.39 0.54
Hex B7 5C 9C 0 32 F 1C 13E 27 36
Octal 267 134 234 0 62 17 34 476 47 66
Binary 10110111 1011100 10011100 0 110010 1111 11100 100111110 100111 110110

Color Harmonies of #B75C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C9C

Black with #B75C9C

Text Example


Text Example

White with #B75C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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