Html Css Color HEX #BA61CD Medium Orchid

📋 copy color: '#BA61CD'

red 186 ◦ green 97 ◦ blue 205

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

Shades of Medium Orchid #BA61CD

Tints of Medium Orchid #BA61CD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.88%

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 38.11%
G = 19.88%
B = 42.01%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA61CD (or 0xBA61CD) is known color: Medium Orchid. HEX triplet: BA, 61 and CD. RGB value is (186,97,205). Sum of RGB (Red+Green+Blue) = 186+97+205=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 97 (38.28% from 255 or 19.88% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA61CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61CD is #459E32. Grayscale: #878787. Windows color (decimal): -4562483 or 13459898. OLE color: 13459898.

HSL color Cylindrical-coordinate representation of color #BA61CD: hue angle of 289.44º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA61CD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 97 205 -
CMYK 0.09 0.53 0 0.20
HSL 289.44º 0.52% 0.59% -
HSV(B) 289.44º 0.53% 0.8% -
XYZ 35.54 23.4 60.4 -
YUV 135.92 166.99 163.72 -
System Red Green Blue C M Y K H S L
Decimal 186 97 205 0.09 0.53 0 0.20 289.44 0.52 0.59
Hex BA 61 CD 9 35 0 14 121 34 3B
Octal 272 141 315 11 65 0 24 441 64 73
Binary 10111010 1100001 11001101 1001 110101 0 10100 100100001 110100 111011

Color Harmonies of #BA61CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61CD

Black with #BA61CD

Text Example


Text Example

White with #BA61CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61CD; }

 p { color: rgb(186,97,205); }

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

background-color css

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

 a { background-color: rgb(186,97,205); }

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

border-color css

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

 span { border-color: rgb(186,97,205); }

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