Html Css Color HEX #B3487C Royal Heath

📋 copy color: '#B3487C'

red 179 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #B3487C

Tints of Royal Heath #B3487C

RGB

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

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

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

R = 47.73%
G = 19.2%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3487C (or 0xB3487C) is known color: Royal Heath. HEX triplet: B3, 48 and 7C. RGB value is (179,72,124). Sum of RGB (Red+Green+Blue) = 179+72+124=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3487C is #4CB783. Grayscale: #6D6D6D. Windows color (decimal): -5027716 or 8145075. OLE color: 8145075.

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

Color convert

RGB 179 72 124 -
CMYK 0 0.60 0.31 0.30
HSL 330.84º 0.43% 0.49% -
HSV(B) 330.84º 0.6% 0.7% -
XYZ 24.55 15.67 20.8 -
YUV 109.92 135.95 177.27 -
System Red Green Blue C M Y K H S L
Decimal 179 72 124 0 0.60 0.31 0.30 330.84 0.43 0.49
Hex B3 48 7C 0 3C 1F 1E 14B 2B 31
Octal 263 110 174 0 74 37 36 513 53 61
Binary 10110011 1001000 1111100 0 111100 11111 11110 101001011 101011 110001

Color Harmonies of #B3487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3487C

Black with #B3487C

Text Example


Text Example

White with #B3487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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