Html Css Color HEX #B75980 Royal Heath

📋 copy color: '#B75980'

red 183 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #B75980

Tints of Royal Heath #B75980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.25%

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

R = 45.75%
G = 22.25%
B = 32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B75980 (or 0xB75980) is known color: Royal Heath. HEX triplet: B7, 59 and 80. RGB value is (183,89,128). Sum of RGB (Red+Green+Blue) = 183+89+128=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 89 (35.16% from 255 or 22.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 183 - color contains mainly: red. Hex color #B75980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75980 is #48A67F. Grayscale: #797979. Windows color (decimal): -4761216 or 8411575. OLE color: 8411575.

HSL color Cylindrical-coordinate representation of color #B75980: hue angle of 335.11º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75980 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 89 128 -
CMYK 0 0.51 0.30 0.28
HSL 335.11º 0.39% 0.53% -
HSV(B) 335.11º 0.51% 0.72% -
XYZ 27 18.77 22.62 -
YUV 121.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 183 89 128 0 0.51 0.30 0.28 335.11 0.39 0.53
Hex B7 59 80 0 33 1E 1C 14F 27 35
Octal 267 131 200 0 63 36 34 517 47 65
Binary 10110111 1011001 10000000 0 110011 11110 11100 101001111 100111 110101

Color Harmonies of #B75980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75980

Black with #B75980

Text Example


Text Example

White with #B75980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75980; }

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

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

background-color css

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

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

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

border-color css

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

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

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