Html Css Color HEX #B3487F Royal Heath

📋 copy color: '#B3487F'

red 179 ◦ green 72 ◦ blue 127

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

Shades of Royal Heath #B3487F

Tints of Royal Heath #B3487F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 47.35%
G = 19.05%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3487F (or 0xB3487F) is known color: Royal Heath. HEX triplet: B3, 48 and 7F. RGB value is (179,72,127). Sum of RGB (Red+Green+Blue) = 179+72+127=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3487F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3487F is #4CB780. Grayscale: #6E6E6E. Windows color (decimal): -5027713 or 8341683. OLE color: 8341683.

HSL color Cylindrical-coordinate representation of color #B3487F: hue angle of 329.16º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3487F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 127 -
CMYK 0 0.60 0.29 0.30
HSL 329.16º 0.43% 0.49% -
HSV(B) 329.16º 0.6% 0.7% -
XYZ 24.74 15.75 21.82 -
YUV 110.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 179 72 127 0 0.60 0.29 0.30 329.16 0.43 0.49
Hex B3 48 7F 0 3C 1D 1E 149 2B 31
Octal 263 110 177 0 74 35 36 511 53 61
Binary 10110011 1001000 1111111 0 111100 11101 11110 101001001 101011 110001

Color Harmonies of #B3487F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3487F

Black with #B3487F

Text Example


Text Example

White with #B3487F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3487F; }

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

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

background-color css

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

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

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

border-color css

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

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

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