Html Css Color HEX #B3537D Royal Heath

📋 copy color: '#B3537D'

red 179 ◦ green 83 ◦ blue 125

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

Shades of Royal Heath #B3537D

Tints of Royal Heath #B3537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.45%

 BLUE value IS 125 (49.22% from 255) = 32.3%

R = 46.25%
G = 21.45%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B3537D (or 0xB3537D) is known color: Royal Heath. HEX triplet: B3, 53 and 7D. RGB value is (179,83,125). Sum of RGB (Red+Green+Blue) = 179+83+125=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3537D is #4CAC82. Grayscale: #747474. Windows color (decimal): -5024899 or 8213427. OLE color: 8213427.

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

Color convert

RGB 179 83 125 -
CMYK 0 0.54 0.30 0.30
HSL 333.75º 0.39% 0.51% -
HSV(B) 333.75º 0.54% 0.7% -
XYZ 25.39 17.25 21.39 -
YUV 116.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 179 83 125 0 0.54 0.30 0.30 333.75 0.39 0.51
Hex B3 53 7D 0 36 1E 1E 14E 27 33
Octal 263 123 175 0 66 36 36 516 47 63
Binary 10110011 1010011 1111101 0 110110 11110 11110 101001110 100111 110011

Color Harmonies of #B3537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3537D

Black with #B3537D

Text Example


Text Example

White with #B3537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3537D; }

 p { color: rgb(179,83,125); }

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

background-color css

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

 a { background-color: rgb(179,83,125); }

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

border-color css

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

 span { border-color: rgb(179,83,125); }

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