Html Css Color HEX #BA427C Royal Heath

📋 copy color: '#BA427C'

red 186 ◦ green 66 ◦ blue 124

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

Shades of Royal Heath #BA427C

Tints of Royal Heath #BA427C

RGB

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

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

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

R = 49.47%
G = 17.55%
B = 32.98%

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

#BA427C (or 0xBA427C) is known color: Royal Heath. HEX triplet: BA, 42 and 7C. RGB value is (186,66,124). Sum of RGB (Red+Green+Blue) = 186+66+124=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 186 - color contains mainly: red. Hex color #BA427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA427C is #45BD83. Grayscale: #6C6C6C. Windows color (decimal): -4570500 or 8143546. OLE color: 8143546.

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

Color convert

RGB 186 66 124 -
CMYK 0 0.65 0.33 0.27
HSL 331º 0.48% 0.49% -
HSV(B) 331º 0.65% 0.73% -
XYZ 25.84 15.79 20.76 -
YUV 108.49 136.76 183.28 -
System Red Green Blue C M Y K H S L
Decimal 186 66 124 0 0.65 0.33 0.27 331 0.48 0.49
Hex BA 42 7C 0 41 21 1B 14B 30 31
Octal 272 102 174 0 101 41 33 513 60 61
Binary 10111010 1000010 1111100 0 1000001 100001 11011 101001011 110000 110001

Color Harmonies of #BA427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA427C

Black with #BA427C

Text Example


Text Example

White with #BA427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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