Html Css Color HEX #BA60CD Medium Orchid

📋 copy color: '#BA60CD'

red 186 ◦ green 96 ◦ blue 205

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

Shades of Medium Orchid #BA60CD

Tints of Medium Orchid #BA60CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.71%

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

R = 38.19%
G = 19.71%
B = 42.09%

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

#BA60CD (or 0xBA60CD) is known color: Medium Orchid. HEX triplet: BA, 60 and CD. RGB value is (186,96,205). Sum of RGB (Red+Green+Blue) = 186+96+205=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA60CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CD is #459F32. Grayscale: #868686. Windows color (decimal): -4562739 or 13459642. OLE color: 13459642.

HSL color Cylindrical-coordinate representation of color #BA60CD: hue angle of 289.54º 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 #BA60CD is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 96 205 -
CMYK 0.09 0.53 0 0.20
HSL 289.54º 0.52% 0.59% -
HSV(B) 289.54º 0.53% 0.8% -
XYZ 35.45 23.21 60.37 -
YUV 135.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 186 96 205 0.09 0.53 0 0.20 289.54 0.52 0.59
Hex BA 60 CD 9 35 0 14 122 34 3B
Octal 272 140 315 11 65 0 24 442 64 73
Binary 10111010 1100000 11001101 1001 110101 0 10100 100100010 110100 111011

Color Harmonies of #BA60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60CD

Black with #BA60CD

Text Example


Text Example

White with #BA60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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