Html Css Color HEX #BA507E Royal Heath

📋 copy color: '#BA507E'

red 186 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #BA507E

Tints of Royal Heath #BA507E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.14%

R = 47.45%
G = 20.41%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA507E (or 0xBA507E) is known color: Royal Heath. HEX triplet: BA, 50 and 7E. RGB value is (186,80,126). Sum of RGB (Red+Green+Blue) = 186+80+126=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA507E is #45AF81. Grayscale: #747474. Windows color (decimal): -4566914 or 8278202. OLE color: 8278202.

HSL color Cylindrical-coordinate representation of color #BA507E: hue angle of 333.96º 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 #BA507E is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 126 -
CMYK 0 0.57 0.32 0.27
HSL 333.96º 0.43% 0.52% -
HSV(B) 333.96º 0.57% 0.73% -
XYZ 26.88 17.68 21.73 -
YUV 116.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 186 80 126 0 0.57 0.32 0.27 333.96 0.43 0.52
Hex BA 50 7E 0 39 20 1B 14E 2B 34
Octal 272 120 176 0 71 40 33 516 53 64
Binary 10111010 1010000 1111110 0 111001 100000 11011 101001110 101011 110100

Color Harmonies of #BA507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA507E

Black with #BA507E

Text Example


Text Example

White with #BA507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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