Html Css Color HEX #B3557C Royal Heath

📋 copy color: '#B3557C'

red 179 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #B3557C

Tints of Royal Heath #B3557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.96%

R = 46.13%
G = 21.91%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3557C (or 0xB3557C) is known color: Royal Heath. HEX triplet: B3, 55 and 7C. RGB value is (179,85,124). Sum of RGB (Red+Green+Blue) = 179+85+124=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3557C is #4CAA83. Grayscale: #757575. Windows color (decimal): -5024388 or 8148403. OLE color: 8148403.

HSL color Cylindrical-coordinate representation of color #B3557C: hue angle of 335.11º 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 #B3557C is Cyan = 0, Magento = 0.53, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 85 124 -
CMYK 0 0.53 0.31 0.30
HSL 335.11º 0.38% 0.52% -
HSV(B) 335.11º 0.53% 0.7% -
XYZ 25.48 17.54 21.11 -
YUV 117.55 131.64 171.83 -
System Red Green Blue C M Y K H S L
Decimal 179 85 124 0 0.53 0.31 0.30 335.11 0.38 0.52
Hex B3 55 7C 0 35 1F 1E 14F 26 34
Octal 263 125 174 0 65 37 36 517 46 64
Binary 10110011 1010101 1111100 0 110101 11111 11110 101001111 100110 110100

Color Harmonies of #B3557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3557C

Black with #B3557C

Text Example


Text Example

White with #B3557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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