Html Css Color HEX #B74690 Mulberry

📋 copy color: '#B74690'

red 183 ◦ green 70 ◦ blue 144

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

Shades of Mulberry #B74690

Tints of Mulberry #B74690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.63%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 46.1%
G = 17.63%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B74690 (or 0xB74690) is known color: Mulberry. HEX triplet: B7, 46 and 90. RGB value is (183,70,144). Sum of RGB (Red+Green+Blue) = 183+70+144=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B74690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74690 is #48B96F. Grayscale: #707070. Windows color (decimal): -4766064 or 9455287. OLE color: 9455287.

HSL color Cylindrical-coordinate representation of color #B74690: hue angle of 320.71º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74690 is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 70 144 -
CMYK 0 0.62 0.21 0.28
HSL 320.71º 0.45% 0.5% -
HSV(B) 320.71º 0.62% 0.72% -
XYZ 26.75 16.46 28.15 -
YUV 112.22 145.94 178.48 -
System Red Green Blue C M Y K H S L
Decimal 183 70 144 0 0.62 0.21 0.28 320.71 0.45 0.5
Hex B7 46 90 0 3E 15 1C 141 2D 32
Octal 267 106 220 0 76 25 34 501 55 62
Binary 10110111 1000110 10010000 0 111110 10101 11100 101000001 101101 110010

Color Harmonies of #B74690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74690

Black with #B74690

Text Example


Text Example

White with #B74690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74690; }

 p { color: rgb(183,70,144); }

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

background-color css

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

 a { background-color: rgb(183,70,144); }

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

border-color css

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

 span { border-color: rgb(183,70,144); }

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