Html Css Color HEX #BA5ADF Medium Orchid

📋 copy color: '#BA5ADF'

red 186 ◦ green 90 ◦ blue 223

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

Shades of Medium Orchid #BA5ADF

Tints of Medium Orchid #BA5ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 37.27%
G = 18.04%
B = 44.69%

CMYK

 C value IS 0.17

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BA5ADF (or 0xBA5ADF) is known color: Medium Orchid. HEX triplet: BA, 5A and DF. RGB value is (186,90,223). Sum of RGB (Red+Green+Blue) = 186+90+223=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #BA5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ADF is #45A520. Grayscale: #858585. Windows color (decimal): -4564257 or 14637754. OLE color: 14637754.

HSL color Cylindrical-coordinate representation of color #BA5ADF: hue angle of 283.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5ADF is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 90 223 -
CMYK 0.17 0.60 0 0.13
HSL 283.31º 0.68% 0.61% -
HSV(B) 283.31º 0.6% 0.87% -
XYZ 37.23 23.08 72.3 -
YUV 133.87 178.3 165.19 -
System Red Green Blue C M Y K H S L
Decimal 186 90 223 0.17 0.60 0 0.13 283.31 0.68 0.61
Hex BA 5A DF 11 3C 0 D 11B 44 3D
Octal 272 132 337 21 74 0 15 433 104 75
Binary 10111010 1011010 11011111 10001 111100 0 1101 100011011 1000100 111101

Color Harmonies of #BA5ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5ADF

Black with #BA5ADF

Text Example


Text Example

White with #BA5ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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