Html Css Color HEX #B3557E Royal Heath

📋 copy color: '#B3557E'

red 179 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #B3557E

Tints of Royal Heath #B3557E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.79%

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

R = 45.9%
G = 21.79%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3557E (or 0xB3557E) is known color: Royal Heath. HEX triplet: B3, 55 and 7E. RGB value is (179,85,126). Sum of RGB (Red+Green+Blue) = 179+85+126=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3557E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3557E is #4CAA81. Grayscale: #757575. Windows color (decimal): -5024386 or 8279475. OLE color: 8279475.

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

Color convert

RGB 179 85 126 -
CMYK 0 0.53 0.30 0.30
HSL 333.83º 0.38% 0.52% -
HSV(B) 333.83º 0.53% 0.7% -
XYZ 25.6 17.59 21.78 -
YUV 117.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 179 85 126 0 0.53 0.30 0.30 333.83 0.38 0.52
Hex B3 55 7E 0 35 1E 1E 14E 26 34
Octal 263 125 176 0 65 36 36 516 46 64
Binary 10110011 1010101 1111110 0 110101 11110 11110 101001110 100110 110100

Color Harmonies of #B3557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3557E

Black with #B3557E

Text Example


Text Example

White with #B3557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3557E; }

 p { color: rgb(179,85,126); }

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

background-color css

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

 a { background-color: rgb(179,85,126); }

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

border-color css

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

 span { border-color: rgb(179,85,126); }

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