Html Css Color HEX #B74BA2 Mulberry

📋 copy color: '#B74BA2'

red 183 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #B74BA2

Tints of Mulberry #B74BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 43.57%
G = 17.86%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B74BA2 (or 0xB74BA2) is known color: Mulberry. HEX triplet: B7, 4B and A2. RGB value is (183,75,162). Sum of RGB (Red+Green+Blue) = 183+75+162=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B74BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74BA2 is #48B45D. Grayscale: #747474. Windows color (decimal): -4764766 or 10636215. OLE color: 10636215.

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

Color convert

RGB 183 75 162 -
CMYK 0 0.59 0.11 0.28
HSL 311.67º 0.43% 0.51% -
HSV(B) 311.67º 0.59% 0.72% -
XYZ 28.57 17.71 36.09 -
YUV 117.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 183 75 162 0 0.59 0.11 0.28 311.67 0.43 0.51
Hex B7 4B A2 0 3B B 1C 138 2B 33
Octal 267 113 242 0 73 13 34 470 53 63
Binary 10110111 1001011 10100010 0 111011 1011 11100 100111000 101011 110011

Color Harmonies of #B74BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74BA2

Black with #B74BA2

Text Example


Text Example

White with #B74BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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