Html Css Color HEX #B3487A Royal Heath

📋 copy color: '#B3487A'

red 179 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #B3487A

Tints of Royal Heath #B3487A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 47.99%
G = 19.3%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3487A (or 0xB3487A) is known color: Royal Heath. HEX triplet: B3, 48 and 7A. RGB value is (179,72,122). Sum of RGB (Red+Green+Blue) = 179+72+122=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3487A is #4CB785. Grayscale: #6D6D6D. Windows color (decimal): -5027718 or 8014003. OLE color: 8014003.

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

Color convert

RGB 179 72 122 -
CMYK 0 0.60 0.32 0.30
HSL 331.96º 0.43% 0.49% -
HSV(B) 331.96º 0.6% 0.7% -
XYZ 24.42 15.62 20.14 -
YUV 109.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 179 72 122 0 0.60 0.32 0.30 331.96 0.43 0.49
Hex B3 48 7A 0 3C 20 1E 14C 2B 31
Octal 263 110 172 0 74 40 36 514 53 61
Binary 10110011 1001000 1111010 0 111100 100000 11110 101001100 101011 110001

Color Harmonies of #B3487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3487A

Black with #B3487A

Text Example


Text Example

White with #B3487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3487A; }

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

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

background-color css

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

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

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

border-color css

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

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

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