Html Css Color HEX #BA407A Royal Heath

📋 copy color: '#BA407A'

red 186 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #BA407A

Tints of Royal Heath #BA407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.8%

R = 50%
G = 17.2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA407A (or 0xBA407A) is known color: Royal Heath. HEX triplet: BA, 40 and 7A. RGB value is (186,64,122). Sum of RGB (Red+Green+Blue) = 186+64+122=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA407A is #45BF85. Grayscale: #6A6A6A. Windows color (decimal): -4571014 or 8011962. OLE color: 8011962.

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

Color convert

RGB 186 64 122 -
CMYK 0 0.66 0.34 0.27
HSL 331.48º 0.49% 0.49% -
HSV(B) 331.48º 0.66% 0.73% -
XYZ 25.6 15.51 20.06 -
YUV 107.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 186 64 122 0 0.66 0.34 0.27 331.48 0.49 0.49
Hex BA 40 7A 0 42 22 1B 14B 31 31
Octal 272 100 172 0 102 42 33 513 61 61
Binary 10111010 1000000 1111010 0 1000010 100010 11011 101001011 110001 110001

Color Harmonies of #BA407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA407A

Black with #BA407A

Text Example


Text Example

White with #BA407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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