Html Css Color HEX #B74AA2 Mulberry

📋 copy color: '#B74AA2'

red 183 ◦ green 74 ◦ blue 162

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

Shades of Mulberry #B74AA2

Tints of Mulberry #B74AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.66%

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

R = 43.68%
G = 17.66%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B74AA2 (or 0xB74AA2) is known color: Mulberry. HEX triplet: B7, 4A and A2. RGB value is (183,74,162). Sum of RGB (Red+Green+Blue) = 183+74+162=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 74 (29.30% from 255 or 17.66% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B74AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74AA2 is #48B55D. Grayscale: #747474. Windows color (decimal): -4765022 or 10635959. OLE color: 10635959.

HSL color Cylindrical-coordinate representation of color #B74AA2: hue angle of 311.56º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74AA2 is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 74 162 -
CMYK 0 0.60 0.11 0.28
HSL 311.56º 0.43% 0.5% -
HSV(B) 311.56º 0.6% 0.72% -
XYZ 28.5 17.57 36.07 -
YUV 116.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 183 74 162 0 0.60 0.11 0.28 311.56 0.43 0.5
Hex B7 4A A2 0 3C B 1C 138 2B 32
Octal 267 112 242 0 74 13 34 470 53 62
Binary 10110111 1001010 10100010 0 111100 1011 11100 100111000 101011 110010

Color Harmonies of #B74AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74AA2

Black with #B74AA2

Text Example


Text Example

White with #B74AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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