Html Css Color HEX #BA5CDA Medium Orchid

📋 copy color: '#BA5CDA'

red 186 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #BA5CDA

Tints of Medium Orchid #BA5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.55%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 37.5%
G = 18.55%
B = 43.95%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA5CDA (or 0xBA5CDA) is known color: Medium Orchid. HEX triplet: BA, 5C and DA. RGB value is (186,92,218). Sum of RGB (Red+Green+Blue) = 186+92+218=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CDA is #45A325. Grayscale: #868686. Windows color (decimal): -4563750 or 14310586. OLE color: 14310586.

HSL color Cylindrical-coordinate representation of color #BA5CDA: hue angle of 284.76º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA5CDA is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 92 218 -
CMYK 0.15 0.58 0 0.15
HSL 284.76º 0.63% 0.61% -
HSV(B) 284.76º 0.58% 0.85% -
XYZ 36.73 23.16 68.86 -
YUV 134.47 175.14 164.75 -
System Red Green Blue C M Y K H S L
Decimal 186 92 218 0.15 0.58 0 0.15 284.76 0.63 0.61
Hex BA 5C DA F 3A 0 F 11D 3F 3D
Octal 272 134 332 17 72 0 17 435 77 75
Binary 10111010 1011100 11011010 1111 111010 0 1111 100011101 111111 111101

Color Harmonies of #BA5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CDA

Black with #BA5CDA

Text Example


Text Example

White with #BA5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CDA; }

 p { color: rgb(186,92,218); }

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

background-color css

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

 a { background-color: rgb(186,92,218); }

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

border-color css

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

 span { border-color: rgb(186,92,218); }

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