Html Css Color HEX #B2497D Royal Heath

📋 copy color: '#B2497D'

red 178 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #B2497D

Tints of Royal Heath #B2497D

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 47.34%
G = 19.41%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2497D (or 0xB2497D) is known color: Royal Heath. HEX triplet: B2, 49 and 7D. RGB value is (178,73,125). Sum of RGB (Red+Green+Blue) = 178+73+125=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2497D is #4DB682. Grayscale: #6E6E6E. Windows color (decimal): -5092995 or 8210866. OLE color: 8210866.

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

Color convert

RGB 178 73 125 -
CMYK 0 0.59 0.30 0.30
HSL 330.29º 0.42% 0.49% -
HSV(B) 330.29º 0.59% 0.7% -
XYZ 24.44 15.71 21.15 -
YUV 110.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 178 73 125 0 0.59 0.30 0.30 330.29 0.42 0.49
Hex B2 49 7D 0 3B 1E 1E 14A 2A 31
Octal 262 111 175 0 73 36 36 512 52 61
Binary 10110010 1001001 1111101 0 111011 11110 11110 101001010 101010 110001

Color Harmonies of #B2497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2497D

Black with #B2497D

Text Example


Text Example

White with #B2497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2497D; }

 p { color: rgb(178,73,125); }

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

background-color css

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

 a { background-color: rgb(178,73,125); }

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

border-color css

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

 span { border-color: rgb(178,73,125); }

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