Html Css Color HEX #BA3E7A Royal Heath

📋 copy color: '#BA3E7A'

red 186 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #BA3E7A

Tints of Royal Heath #BA3E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.76%

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

R = 50.27%
G = 16.76%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA3E7A (or 0xBA3E7A) is known color: Royal Heath. HEX triplet: BA, 3E and 7A. RGB value is (186,62,122). Sum of RGB (Red+Green+Blue) = 186+62+122=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA3E7A is #45C185. Grayscale: #696969. Windows color (decimal): -4571526 or 8011450. OLE color: 8011450.

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

Color convert

RGB 186 62 122 -
CMYK 0 0.67 0.34 0.27
HSL 330.97º 0.5% 0.49% -
HSV(B) 330.97º 0.67% 0.73% -
XYZ 25.49 15.29 20.02 -
YUV 105.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 186 62 122 0 0.67 0.34 0.27 330.97 0.5 0.49
Hex BA 3E 7A 0 43 22 1B 14B 32 31
Octal 272 76 172 0 103 42 33 513 62 61
Binary 10111010 111110 1111010 0 1000011 100010 11011 101001011 110010 110001

Color Harmonies of #BA3E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3E7A

Black with #BA3E7A

Text Example


Text Example

White with #BA3E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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