Html Css Color HEX #B75983 Royal Heath

📋 copy color: '#B75983'

red 183 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #B75983

Tints of Royal Heath #B75983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.51%

R = 45.41%
G = 22.08%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B75983 (or 0xB75983) is known color: Royal Heath. HEX triplet: B7, 59 and 83. RGB value is (183,89,131). Sum of RGB (Red+Green+Blue) = 183+89+131=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 183 - color contains mainly: red. Hex color #B75983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75983 is #48A67C. Grayscale: #797979. Windows color (decimal): -4761213 or 8608183. OLE color: 8608183.

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

Color convert

RGB 183 89 131 -
CMYK 0 0.51 0.28 0.28
HSL 333.19º 0.39% 0.53% -
HSV(B) 333.19º 0.51% 0.72% -
XYZ 27.2 18.85 23.68 -
YUV 121.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 183 89 131 0 0.51 0.28 0.28 333.19 0.39 0.53
Hex B7 59 83 0 33 1C 1C 14D 27 35
Octal 267 131 203 0 63 34 34 515 47 65
Binary 10110111 1011001 10000011 0 110011 11100 11100 101001101 100111 110101

Color Harmonies of #B75983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75983

Black with #B75983

Text Example


Text Example

White with #B75983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75983; }

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

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

background-color css

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

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

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

border-color css

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

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

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