Html Css Color HEX #B75C9E Mulberry

📋 copy color: '#B75C9E'

red 183 ◦ green 92 ◦ blue 158

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

Shades of Mulberry #B75C9E

Tints of Mulberry #B75C9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.49%

R = 42.26%
G = 21.25%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B75C9E (or 0xB75C9E) is known color: Mulberry. HEX triplet: B7, 5C and 9E. RGB value is (183,92,158). Sum of RGB (Red+Green+Blue) = 183+92+158=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C9E is #48A361. Grayscale: #7E7E7E. Windows color (decimal): -4760418 or 10378423. OLE color: 10378423.

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

Color convert

RGB 183 92 158 -
CMYK 0 0.50 0.14 0.28
HSL 316.48º 0.39% 0.54% -
HSV(B) 316.48º 0.5% 0.72% -
XYZ 29.53 20.19 34.69 -
YUV 126.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 183 92 158 0 0.50 0.14 0.28 316.48 0.39 0.54
Hex B7 5C 9E 0 32 E 1C 13C 27 36
Octal 267 134 236 0 62 16 34 474 47 66
Binary 10110111 1011100 10011110 0 110010 1110 11100 100111100 100111 110110

Color Harmonies of #B75C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C9E

Black with #B75C9E

Text Example


Text Example

White with #B75C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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