Html Css Color HEX #BA417A Royal Heath

📋 copy color: '#BA417A'

red 186 ◦ green 65 ◦ blue 122

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

Shades of Royal Heath #BA417A

Tints of Royal Heath #BA417A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.43%

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

R = 49.87%
G = 17.43%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA417A (or 0xBA417A) is known color: Royal Heath. HEX triplet: BA, 41 and 7A. RGB value is (186,65,122). Sum of RGB (Red+Green+Blue) = 186+65+122=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA417A is #45BE85. Grayscale: #6B6B6B. Windows color (decimal): -4570758 or 8012218. OLE color: 8012218.

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

Color convert

RGB 186 65 122 -
CMYK 0 0.65 0.34 0.27
HSL 331.74º 0.48% 0.49% -
HSV(B) 331.74º 0.65% 0.73% -
XYZ 25.65 15.62 20.08 -
YUV 107.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 186 65 122 0 0.65 0.34 0.27 331.74 0.48 0.49
Hex BA 41 7A 0 41 22 1B 14C 30 31
Octal 272 101 172 0 101 42 33 514 60 61
Binary 10111010 1000001 1111010 0 1000001 100010 11011 101001100 110000 110001

Color Harmonies of #BA417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA417A

Black with #BA417A

Text Example


Text Example

White with #BA417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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