Html Css Color HEX #B75C7F Royal Heath

📋 copy color: '#B75C7F'

red 183 ◦ green 92 ◦ blue 127

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

Shades of Royal Heath #B75C7F

Tints of Royal Heath #B75C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.89%

 BLUE value IS 127 (50% from 255) = 31.59%

R = 45.52%
G = 22.89%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B75C7F (or 0xB75C7F) is known color: Royal Heath. HEX triplet: B7, 5C and 7F. RGB value is (183,92,127). Sum of RGB (Red+Green+Blue) = 183+92+127=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75C7F is #48A380. Grayscale: #7B7B7B. Windows color (decimal): -4760449 or 8346807. OLE color: 8346807.

HSL color Cylindrical-coordinate representation of color #B75C7F: hue angle of 336.92º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75C7F is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 92 127 -
CMYK 0 0.50 0.31 0.28
HSL 336.92º 0.39% 0.54% -
HSV(B) 336.92º 0.5% 0.72% -
XYZ 27.19 19.25 22.36 -
YUV 123.2 130.15 170.65 -
System Red Green Blue C M Y K H S L
Decimal 183 92 127 0 0.50 0.31 0.28 336.92 0.39 0.54
Hex B7 5C 7F 0 32 1F 1C 151 27 36
Octal 267 134 177 0 62 37 34 521 47 66
Binary 10110111 1011100 1111111 0 110010 11111 11100 101010001 100111 110110

Color Harmonies of #B75C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C7F

Black with #B75C7F

Text Example


Text Example

White with #B75C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C7F; }

 p { color: rgb(183,92,127); }

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

background-color css

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

 a { background-color: rgb(183,92,127); }

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

border-color css

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

 span { border-color: rgb(183,92,127); }

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