Html Css Color HEX #BA457D Royal Heath

📋 copy color: '#BA457D'

red 186 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #BA457D

Tints of Royal Heath #BA457D

RGB

 RED value IS 186 (73.05% from 255) = 48.95%

 GREEN value IS 69 (27.34% from 255) = 18.16%

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

R = 48.95%
G = 18.16%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA457D (or 0xBA457D) is known color: Royal Heath. HEX triplet: BA, 45 and 7D. RGB value is (186,69,125). Sum of RGB (Red+Green+Blue) = 186+69+125=380 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.95% from 380); Green value is 69 (27.34% from 255 or 18.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 186 - color contains mainly: red. Hex color #BA457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA457D is #45BA82. Grayscale: #6E6E6E. Windows color (decimal): -4569731 or 8209850. OLE color: 8209850.

HSL color Cylindrical-coordinate representation of color #BA457D: hue angle of 331.28º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA457D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 125 -
CMYK 0 0.63 0.33 0.27
HSL 331.28º 0.46% 0.5% -
HSV(B) 331.28º 0.63% 0.73% -
XYZ 26.08 16.18 21.15 -
YUV 110.37 136.26 181.95 -
System Red Green Blue C M Y K H S L
Decimal 186 69 125 0 0.63 0.33 0.27 331.28 0.46 0.5
Hex BA 45 7D 0 3F 21 1B 14B 2E 32
Octal 272 105 175 0 77 41 33 513 56 62
Binary 10111010 1000101 1111101 0 111111 100001 11011 101001011 101110 110010

Color Harmonies of #BA457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA457D

Black with #BA457D

Text Example


Text Example

White with #BA457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA457D; }

 p { color: rgb(186,69,125); }

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

background-color css

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

 a { background-color: rgb(186,69,125); }

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

border-color css

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

 span { border-color: rgb(186,69,125); }

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