Html Css Color HEX #B7517E Royal Heath

📋 copy color: '#B7517E'

red 183 ◦ green 81 ◦ blue 126

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

Shades of Royal Heath #B7517E

Tints of Royal Heath #B7517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.77%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 46.92%
G = 20.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7517E (or 0xB7517E) is known color: Royal Heath. HEX triplet: B7, 51 and 7E. RGB value is (183,81,126). Sum of RGB (Red+Green+Blue) = 183+81+126=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7517E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7517E is #48AE81. Grayscale: #747474. Windows color (decimal): -4763266 or 8278455. OLE color: 8278455.

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

Color convert

RGB 183 81 126 -
CMYK 0 0.56 0.31 0.28
HSL 333.53º 0.41% 0.52% -
HSV(B) 333.53º 0.56% 0.72% -
XYZ 26.24 17.46 21.73 -
YUV 116.63 133.29 175.34 -
System Red Green Blue C M Y K H S L
Decimal 183 81 126 0 0.56 0.31 0.28 333.53 0.41 0.52
Hex B7 51 7E 0 38 1F 1C 14E 29 34
Octal 267 121 176 0 70 37 34 516 51 64
Binary 10110111 1010001 1111110 0 111000 11111 11100 101001110 101001 110100

Color Harmonies of #B7517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7517E

Black with #B7517E

Text Example


Text Example

White with #B7517E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7517E; }

 p { color: rgb(183,81,126); }

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

background-color css

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

 a { background-color: rgb(183,81,126); }

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

border-color css

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

 span { border-color: rgb(183,81,126); }

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