Html Css Color HEX #B3517A Royal Heath

📋 copy color: '#B3517A'

red 179 ◦ green 81 ◦ blue 122

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

Shades of Royal Heath #B3517A

Tints of Royal Heath #B3517A

RGB

 RED value IS 179 (70.31% from 255) = 46.86%

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 46.86%
G = 21.2%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3517A (or 0xB3517A) is known color: Royal Heath. HEX triplet: B3, 51 and 7A. RGB value is (179,81,122). Sum of RGB (Red+Green+Blue) = 179+81+122=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B3517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3517A is #4CAE85. Grayscale: #727272. Windows color (decimal): -5025414 or 8016307. OLE color: 8016307.

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

Color convert

RGB 179 81 122 -
CMYK 0 0.55 0.32 0.30
HSL 334.9º 0.39% 0.51% -
HSV(B) 334.9º 0.55% 0.7% -
XYZ 25.05 16.87 20.35 -
YUV 114.98 131.97 173.67 -
System Red Green Blue C M Y K H S L
Decimal 179 81 122 0 0.55 0.32 0.30 334.9 0.39 0.51
Hex B3 51 7A 0 37 20 1E 14F 27 33
Octal 263 121 172 0 67 40 36 517 47 63
Binary 10110011 1010001 1111010 0 110111 100000 11110 101001111 100111 110011

Color Harmonies of #B3517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3517A

Black with #B3517A

Text Example


Text Example

White with #B3517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3517A; }

 p { color: rgb(179,81,122); }

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

background-color css

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

 a { background-color: rgb(179,81,122); }

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

border-color css

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

 span { border-color: rgb(179,81,122); }

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