Html Css Color HEX #B75C9B Mulberry

📋 copy color: '#B75C9B'

red 183 ◦ green 92 ◦ blue 155

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

Shades of Mulberry #B75C9B

Tints of Mulberry #B75C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.05%

R = 42.56%
G = 21.4%
B = 36.05%

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

#B75C9B (or 0xB75C9B) is known color: Mulberry. HEX triplet: B7, 5C and 9B. RGB value is (183,92,155). Sum of RGB (Red+Green+Blue) = 183+92+155=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75C9B is #48A364. Grayscale: #7E7E7E. Windows color (decimal): -4760421 or 10181815. OLE color: 10181815.

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

Color convert

RGB 183 92 155 -
CMYK 0 0.50 0.15 0.28
HSL 318.46º 0.39% 0.54% -
HSV(B) 318.46º 0.5% 0.72% -
XYZ 29.27 20.09 33.34 -
YUV 126.39 144.15 168.38 -
System Red Green Blue C M Y K H S L
Decimal 183 92 155 0 0.50 0.15 0.28 318.46 0.39 0.54
Hex B7 5C 9B 0 32 F 1C 13E 27 36
Octal 267 134 233 0 62 17 34 476 47 66
Binary 10110111 1011100 10011011 0 110010 1111 11100 100111110 100111 110110

Color Harmonies of #B75C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C9B

Black with #B75C9B

Text Example


Text Example

White with #B75C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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