Html Css Color HEX #BA417D Royal Heath

📋 copy color: '#BA417D'

red 186 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BA417D

Tints of Royal Heath #BA417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.24%

R = 49.47%
G = 17.29%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA417D (or 0xBA417D) is known color: Royal Heath. HEX triplet: BA, 41 and 7D. RGB value is (186,65,125). Sum of RGB (Red+Green+Blue) = 186+65+125=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA417D is #45BE82. Grayscale: #6B6B6B. Windows color (decimal): -4570755 or 8208826. OLE color: 8208826.

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

Color convert

RGB 186 65 125 -
CMYK 0 0.65 0.33 0.27
HSL 330.25º 0.48% 0.49% -
HSV(B) 330.25º 0.65% 0.73% -
XYZ 25.84 15.7 21.07 -
YUV 108.02 137.59 183.62 -
System Red Green Blue C M Y K H S L
Decimal 186 65 125 0 0.65 0.33 0.27 330.25 0.48 0.49
Hex BA 41 7D 0 41 21 1B 14A 30 31
Octal 272 101 175 0 101 41 33 512 60 61
Binary 10111010 1000001 1111101 0 1000001 100001 11011 101001010 110000 110001

Color Harmonies of #BA417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA417D

Black with #BA417D

Text Example


Text Example

White with #BA417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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