Html Css Color HEX #B74680 Royal Heath

📋 copy color: '#B74680'

red 183 ◦ green 70 ◦ blue 128

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

Shades of Royal Heath #B74680

Tints of Royal Heath #B74680

RGB

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

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

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

R = 48.03%
G = 18.37%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B74680 (or 0xB74680) is known color: Royal Heath. HEX triplet: B7, 46 and 80. RGB value is (183,70,128). Sum of RGB (Red+Green+Blue) = 183+70+128=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B74680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B74680 is #48B97F. Grayscale: #6E6E6E. Windows color (decimal): -4766080 or 8406711. OLE color: 8406711.

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

Color convert

RGB 183 70 128 -
CMYK 0 0.62 0.30 0.28
HSL 329.2º 0.45% 0.5% -
HSV(B) 329.2º 0.62% 0.72% -
XYZ 25.61 16.01 22.16 -
YUV 110.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 183 70 128 0 0.62 0.30 0.28 329.2 0.45 0.5
Hex B7 46 80 0 3E 1E 1C 149 2D 32
Octal 267 106 200 0 76 36 34 511 55 62
Binary 10110111 1000110 10000000 0 111110 11110 11100 101001001 101101 110010

Color Harmonies of #B74680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74680

Black with #B74680

Text Example


Text Example

White with #B74680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74680; }

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

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

background-color css

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

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

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

border-color css

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

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

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