Html Css Color HEX #BA5DCA Medium Orchid

📋 copy color: '#BA5DCA'

red 186 ◦ green 93 ◦ blue 202

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

Shades of Medium Orchid #BA5DCA

Tints of Medium Orchid #BA5DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.33%

 BLUE value IS 202 (79.3% from 255) = 42%

R = 38.67%
G = 19.33%
B = 42%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BA5DCA (or 0xBA5DCA) is known color: Medium Orchid. HEX triplet: BA, 5D and CA. RGB value is (186,93,202). Sum of RGB (Red+Green+Blue) = 186+93+202=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA5DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DCA is #45A235. Grayscale: #848484. Windows color (decimal): -4563510 or 13262266. OLE color: 13262266.

HSL color Cylindrical-coordinate representation of color #BA5DCA: hue angle of 291.19º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BA5DCA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 93 202 -
CMYK 0.08 0.54 0 0.21
HSL 291.19º 0.51% 0.58% -
HSV(B) 291.19º 0.54% 0.79% -
XYZ 34.82 22.53 58.39 -
YUV 133.23 166.81 165.64 -
System Red Green Blue C M Y K H S L
Decimal 186 93 202 0.08 0.54 0 0.21 291.19 0.51 0.58
Hex BA 5D CA 8 36 0 15 123 33 3A
Octal 272 135 312 10 66 0 25 443 63 72
Binary 10111010 1011101 11001010 1000 110110 0 10101 100100011 110011 111010

Color Harmonies of #BA5DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DCA

Black with #BA5DCA

Text Example


Text Example

White with #BA5DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DCA; }

 p { color: rgb(186,93,202); }

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

background-color css

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

 a { background-color: rgb(186,93,202); }

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

border-color css

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

 span { border-color: rgb(186,93,202); }

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