Html Css Color HEX #B75783 Royal Heath

📋 copy color: '#B75783'

red 183 ◦ green 87 ◦ blue 131

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

Shades of Royal Heath #B75783

Tints of Royal Heath #B75783

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 45.64%
G = 21.7%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B75783 (or 0xB75783) is known color: Royal Heath. HEX triplet: B7, 57 and 83. RGB value is (183,87,131). Sum of RGB (Red+Green+Blue) = 183+87+131=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75783 is #48A87C. Grayscale: #787878. Windows color (decimal): -4761725 or 8607671. OLE color: 8607671.

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

Color convert

RGB 183 87 131 -
CMYK 0 0.52 0.28 0.28
HSL 332.5º 0.4% 0.53% -
HSV(B) 332.5º 0.52% 0.72% -
XYZ 27.03 18.52 23.62 -
YUV 120.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 183 87 131 0 0.52 0.28 0.28 332.5 0.4 0.53
Hex B7 57 83 0 34 1C 1C 14C 28 35
Octal 267 127 203 0 64 34 34 514 50 65
Binary 10110111 1010111 10000011 0 110100 11100 11100 101001100 101000 110101

Color Harmonies of #B75783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75783

Black with #B75783

Text Example


Text Example

White with #B75783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75783; }

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

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

background-color css

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

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

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

border-color css

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

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

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