Html Css Color HEX #B3537F Royal Heath

📋 copy color: '#B3537F'

red 179 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #B3537F

Tints of Royal Heath #B3537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.65%

R = 46.02%
G = 21.34%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3537F (or 0xB3537F) is known color: Royal Heath. HEX triplet: B3, 53 and 7F. RGB value is (179,83,127). Sum of RGB (Red+Green+Blue) = 179+83+127=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 127 (50% from 255 or 32.65% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3537F is #4CAC80. Grayscale: #747474. Windows color (decimal): -5024897 or 8344499. OLE color: 8344499.

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

Color convert

RGB 179 83 127 -
CMYK 0 0.54 0.29 0.30
HSL 332.5º 0.39% 0.51% -
HSV(B) 332.5º 0.54% 0.7% -
XYZ 25.51 17.3 22.07 -
YUV 116.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 179 83 127 0 0.54 0.29 0.30 332.5 0.39 0.51
Hex B3 53 7F 0 36 1D 1E 14C 27 33
Octal 263 123 177 0 66 35 36 514 47 63
Binary 10110011 1010011 1111111 0 110110 11101 11110 101001100 100111 110011

Color Harmonies of #B3537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3537F

Black with #B3537F

Text Example


Text Example

White with #B3537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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