Html Css Color HEX #BA5AD5 Medium Orchid

📋 copy color: '#BA5AD5'

red 186 ◦ green 90 ◦ blue 213

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

Shades of Medium Orchid #BA5AD5

Tints of Medium Orchid #BA5AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.56%

R = 38.04%
G = 18.4%
B = 43.56%

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

#BA5AD5 (or 0xBA5AD5) is known color: Medium Orchid. HEX triplet: BA, 5A and D5. RGB value is (186,90,213). Sum of RGB (Red+Green+Blue) = 186+90+213=489 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.04% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA5AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5AD5 is #45A52A. Grayscale: #848484. Windows color (decimal): -4564267 or 13982394. OLE color: 13982394.

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

Color convert

RGB 186 90 213 -
CMYK 0.13 0.58 0 0.16
HSL 286.83º 0.59% 0.59% -
HSV(B) 286.83º 0.58% 0.84% -
XYZ 35.92 22.56 65.41 -
YUV 132.73 173.3 166 -
System Red Green Blue C M Y K H S L
Decimal 186 90 213 0.13 0.58 0 0.16 286.83 0.59 0.59
Hex BA 5A D5 D 3A 0 10 11F 3B 3B
Octal 272 132 325 15 72 0 20 437 73 73
Binary 10111010 1011010 11010101 1101 111010 0 10000 100011111 111011 111011

Color Harmonies of #BA5AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5AD5

Black with #BA5AD5

Text Example


Text Example

White with #BA5AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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