Html Css Color HEX #BA407C Royal Heath

📋 copy color: '#BA407C'

red 186 ◦ green 64 ◦ blue 124

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

Shades of Royal Heath #BA407C

Tints of Royal Heath #BA407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.11%

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

R = 49.73%
G = 17.11%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA407C (or 0xBA407C) is known color: Royal Heath. HEX triplet: BA, 40 and 7C. RGB value is (186,64,124). Sum of RGB (Red+Green+Blue) = 186+64+124=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407C is #45BF83. Grayscale: #6B6B6B. Windows color (decimal): -4571012 or 8143034. OLE color: 8143034.

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

Color convert

RGB 186 64 124 -
CMYK 0 0.66 0.33 0.27
HSL 330.49º 0.49% 0.49% -
HSV(B) 330.49º 0.66% 0.73% -
XYZ 25.72 15.56 20.72 -
YUV 107.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 186 64 124 0 0.66 0.33 0.27 330.49 0.49 0.49
Hex BA 40 7C 0 42 21 1B 14A 31 31
Octal 272 100 174 0 102 41 33 512 61 61
Binary 10111010 1000000 1111100 0 1000010 100001 11011 101001010 110001 110001

Color Harmonies of #BA407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA407C

Black with #BA407C

Text Example


Text Example

White with #BA407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA407C; }

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

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

background-color css

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

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

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

border-color css

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

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

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