Html Css Color HEX #B74BA1 Mulberry

📋 copy color: '#B74BA1'

red 183 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #B74BA1

Tints of Mulberry #B74BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.9%

 BLUE value IS 161 (63.28% from 255) = 38.42%

R = 43.68%
G = 17.9%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B74BA1 (or 0xB74BA1) is known color: Mulberry. HEX triplet: B7, 4B and A1. RGB value is (183,75,161). Sum of RGB (Red+Green+Blue) = 183+75+161=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 75 (29.69% from 255 or 17.90% from 419); Blue value is 161 (63.28% from 255 or 38.42% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA1 is #48B45E. Grayscale: #747474. Windows color (decimal): -4764767 or 10570679. OLE color: 10570679.

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

Color convert

RGB 183 75 161 -
CMYK 0 0.59 0.12 0.28
HSL 312.22º 0.43% 0.51% -
HSV(B) 312.22º 0.59% 0.72% -
XYZ 28.48 17.67 35.63 -
YUV 117.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 183 75 161 0 0.59 0.12 0.28 312.22 0.43 0.51
Hex B7 4B A1 0 3B C 1C 138 2B 33
Octal 267 113 241 0 73 14 34 470 53 63
Binary 10110111 1001011 10100001 0 111011 1100 11100 100111000 101011 110011

Color Harmonies of #B74BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BA1

Black with #B74BA1

Text Example


Text Example

White with #B74BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BA1; }

 p { color: rgb(183,75,161); }

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

background-color css

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

 a { background-color: rgb(183,75,161); }

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

border-color css

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

 span { border-color: rgb(183,75,161); }

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