Html Css Color HEX #B74980 Royal Heath

📋 copy color: '#B74980'

red 183 ◦ green 73 ◦ blue 128

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

Shades of Royal Heath #B74980

Tints of Royal Heath #B74980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.01%

 BLUE value IS 128 (50.39% from 255) = 33.33%

R = 47.66%
G = 19.01%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74980 (or 0xB74980) is known color: Royal Heath. HEX triplet: B7, 49 and 80. RGB value is (183,73,128). Sum of RGB (Red+Green+Blue) = 183+73+128=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74980 is #48B67F. Grayscale: #707070. Windows color (decimal): -4765312 or 8407479. OLE color: 8407479.

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

Color convert

RGB 183 73 128 -
CMYK 0 0.60 0.30 0.28
HSL 330º 0.43% 0.5% -
HSV(B) 330º 0.6% 0.72% -
XYZ 25.81 16.39 22.23 -
YUV 112.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 183 73 128 0 0.60 0.30 0.28 330 0.43 0.5
Hex B7 49 80 0 3C 1E 1C 14A 2B 32
Octal 267 111 200 0 74 36 34 512 53 62
Binary 10110111 1001001 10000000 0 111100 11110 11100 101001010 101011 110010

Color Harmonies of #B74980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74980

Black with #B74980

Text Example


Text Example

White with #B74980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74980; }

 p { color: rgb(183,73,128); }

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

background-color css

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

 a { background-color: rgb(183,73,128); }

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

border-color css

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

 span { border-color: rgb(183,73,128); }

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