Html Css Color HEX #B3497B Royal Heath

📋 copy color: '#B3497B'

red 179 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #B3497B

Tints of Royal Heath #B3497B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 47.73%
G = 19.47%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3497B (or 0xB3497B) is known color: Royal Heath. HEX triplet: B3, 49 and 7B. RGB value is (179,73,123). Sum of RGB (Red+Green+Blue) = 179+73+123=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3497B is #4CB684. Grayscale: #6E6E6E. Windows color (decimal): -5027461 or 8079795. OLE color: 8079795.

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

Color convert

RGB 179 73 123 -
CMYK 0 0.59 0.31 0.30
HSL 331.7º 0.42% 0.49% -
HSV(B) 331.7º 0.59% 0.7% -
XYZ 24.55 15.78 20.49 -
YUV 110.39 135.12 176.93 -
System Red Green Blue C M Y K H S L
Decimal 179 73 123 0 0.59 0.31 0.30 331.7 0.42 0.49
Hex B3 49 7B 0 3B 1F 1E 14C 2A 31
Octal 263 111 173 0 73 37 36 514 52 61
Binary 10110011 1001001 1111011 0 111011 11111 11110 101001100 101010 110001

Color Harmonies of #B3497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3497B

Black with #B3497B

Text Example


Text Example

White with #B3497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3497B; }

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

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

background-color css

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

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

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

border-color css

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

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

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