Html Css Color HEX #B74D9B Mulberry

📋 copy color: '#B74D9B'

red 183 ◦ green 77 ◦ blue 155

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

Shades of Mulberry #B74D9B

Tints of Mulberry #B74D9B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.55%

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

R = 44.1%
G = 18.55%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.15

 K value IS 0.28

RGB Variations

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

Color information

#B74D9B (or 0xB74D9B) is known color: Mulberry. HEX triplet: B7, 4D and 9B. RGB value is (183,77,155). Sum of RGB (Red+Green+Blue) = 183+77+155=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B74D9B is #48B264. Grayscale: #757575. Windows color (decimal): -4764261 or 10177975. OLE color: 10177975.

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

Color convert

RGB 183 77 155 -
CMYK 0 0.58 0.15 0.28
HSL 315.85º 0.42% 0.51% -
HSV(B) 315.85º 0.58% 0.72% -
XYZ 28.1 17.74 32.95 -
YUV 117.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 183 77 155 0 0.58 0.15 0.28 315.85 0.42 0.51
Hex B7 4D 9B 0 3A F 1C 13C 2A 33
Octal 267 115 233 0 72 17 34 474 52 63
Binary 10110111 1001101 10011011 0 111010 1111 11100 100111100 101010 110011

Color Harmonies of #B74D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D9B

Black with #B74D9B

Text Example


Text Example

White with #B74D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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