Html Css Color HEX #BA5AD6 Medium Orchid

📋 copy color: '#BA5AD6'

red 186 ◦ green 90 ◦ blue 214

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

Shades of Medium Orchid #BA5AD6

Tints of Medium Orchid #BA5AD6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.37%

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 37.96%
G = 18.37%
B = 43.67%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA5AD6 (or 0xBA5AD6) is known color: Medium Orchid. HEX triplet: BA, 5A and D6. RGB value is (186,90,214). Sum of RGB (Red+Green+Blue) = 186+90+214=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA5AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD6 is #45A529. Grayscale: #848484. Windows color (decimal): -4564266 or 14047930. OLE color: 14047930.

HSL color Cylindrical-coordinate representation of color #BA5AD6: hue angle of 286.45º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5AD6 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 90 214 -
CMYK 0.13 0.58 0 0.16
HSL 286.45º 0.6% 0.6% -
HSV(B) 286.45º 0.58% 0.84% -
XYZ 36.04 22.61 66.08 -
YUV 132.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 186 90 214 0.13 0.58 0 0.16 286.45 0.6 0.6
Hex BA 5A D6 D 3A 0 10 11E 3C 3C
Octal 272 132 326 15 72 0 20 436 74 74
Binary 10111010 1011010 11010110 1101 111010 0 10000 100011110 111100 111100

Color Harmonies of #BA5AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD6

Black with #BA5AD6

Text Example


Text Example

White with #BA5AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD6; }

 p { color: rgb(186,90,214); }

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

background-color css

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

 a { background-color: rgb(186,90,214); }

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

border-color css

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

 span { border-color: rgb(186,90,214); }

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