Html Css Color HEX #BA427D Royal Heath

📋 copy color: '#BA427D'

red 186 ◦ green 66 ◦ blue 125

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

Shades of Royal Heath #BA427D

Tints of Royal Heath #BA427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

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

R = 49.34%
G = 17.51%
B = 33.16%

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

#BA427D (or 0xBA427D) is known color: Royal Heath. HEX triplet: BA, 42 and 7D. RGB value is (186,66,125). Sum of RGB (Red+Green+Blue) = 186+66+125=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427D is #45BD82. Grayscale: #6C6C6C. Windows color (decimal): -4570499 or 8209082. OLE color: 8209082.

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

Color convert

RGB 186 66 125 -
CMYK 0 0.65 0.33 0.27
HSL 330.5º 0.48% 0.49% -
HSV(B) 330.5º 0.65% 0.73% -
XYZ 25.9 15.82 21.09 -
YUV 108.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 186 66 125 0 0.65 0.33 0.27 330.5 0.48 0.49
Hex BA 42 7D 0 41 21 1B 14A 30 31
Octal 272 102 175 0 101 41 33 512 60 61
Binary 10111010 1000010 1111101 0 1000001 100001 11011 101001010 110000 110001

Color Harmonies of #BA427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA427D

Black with #BA427D

Text Example


Text Example

White with #BA427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA427D; }

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

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

background-color css

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

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

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

border-color css

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

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

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