Html Css Color HEX #BA507C Royal Heath

📋 copy color: '#BA507C'

red 186 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #BA507C

Tints of Royal Heath #BA507C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.51%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 47.69%
G = 20.51%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA507C (or 0xBA507C) is known color: Royal Heath. HEX triplet: BA, 50 and 7C. RGB value is (186,80,124). Sum of RGB (Red+Green+Blue) = 186+80+124=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA507C is #45AF83. Grayscale: #747474. Windows color (decimal): -4566916 or 8147130. OLE color: 8147130.

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

Color convert

RGB 186 80 124 -
CMYK 0 0.57 0.33 0.27
HSL 335.09º 0.43% 0.52% -
HSV(B) 335.09º 0.57% 0.73% -
XYZ 26.76 17.63 21.06 -
YUV 116.71 132.12 177.42 -
System Red Green Blue C M Y K H S L
Decimal 186 80 124 0 0.57 0.33 0.27 335.09 0.43 0.52
Hex BA 50 7C 0 39 21 1B 14F 2B 34
Octal 272 120 174 0 71 41 33 517 53 64
Binary 10111010 1010000 1111100 0 111001 100001 11011 101001111 101011 110100

Color Harmonies of #BA507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA507C

Black with #BA507C

Text Example


Text Example

White with #BA507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA507C; }

 p { color: rgb(186,80,124); }

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

background-color css

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

 a { background-color: rgb(186,80,124); }

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

border-color css

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

 span { border-color: rgb(186,80,124); }

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