Html Css Color HEX #B3497A Royal Heath

📋 copy color: '#B3497A'

red 179 ◦ green 73 ◦ blue 122

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

Shades of Royal Heath #B3497A

Tints of Royal Heath #B3497A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.52%

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

R = 47.86%
G = 19.52%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B3497A (or 0xB3497A) is known color: Royal Heath. HEX triplet: B3, 49 and 7A. RGB value is (179,73,122). Sum of RGB (Red+Green+Blue) = 179+73+122=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3497A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3497A is #4CB685. Grayscale: #6E6E6E. Windows color (decimal): -5027462 or 8014259. OLE color: 8014259.

HSL color Cylindrical-coordinate representation of color #B3497A: hue angle of 332.26º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3497A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 73 122 -
CMYK 0 0.59 0.32 0.30
HSL 332.26º 0.42% 0.49% -
HSV(B) 332.26º 0.59% 0.7% -
XYZ 24.49 15.75 20.16 -
YUV 110.28 134.62 177.02 -
System Red Green Blue C M Y K H S L
Decimal 179 73 122 0 0.59 0.32 0.30 332.26 0.42 0.49
Hex B3 49 7A 0 3B 20 1E 14C 2A 31
Octal 263 111 172 0 73 40 36 514 52 61
Binary 10110011 1001001 1111010 0 111011 100000 11110 101001100 101010 110001

Color Harmonies of #B3497A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3497A

Black with #B3497A

Text Example


Text Example

White with #B3497A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3497A; }

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

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

background-color css

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

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

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

border-color css

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

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

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