Html Css Color HEX #BA60CE Medium Orchid

📋 copy color: '#BA60CE'

red 186 ◦ green 96 ◦ blue 206

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

Shades of Medium Orchid #BA60CE

Tints of Medium Orchid #BA60CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 38.11%
G = 19.67%
B = 42.21%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BA60CE (or 0xBA60CE) is known color: Medium Orchid. HEX triplet: BA, 60 and CE. RGB value is (186,96,206). Sum of RGB (Red+Green+Blue) = 186+96+206=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA60CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60CE is #459F31. Grayscale: #878787. Windows color (decimal): -4562738 or 13525178. OLE color: 13525178.

HSL color Cylindrical-coordinate representation of color #BA60CE: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA60CE is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 186 96 206 -
CMYK 0.10 0.53 0 0.19
HSL 289.09º 0.53% 0.59% -
HSV(B) 289.09º 0.53% 0.81% -
XYZ 35.57 23.26 61.01 -
YUV 135.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 186 96 206 0.10 0.53 0 0.19 289.09 0.53 0.59
Hex BA 60 CE A 35 0 13 121 35 3B
Octal 272 140 316 12 65 0 23 441 65 73
Binary 10111010 1100000 11001110 1010 110101 0 10011 100100001 110101 111011

Color Harmonies of #BA60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60CE

Black with #BA60CE

Text Example


Text Example

White with #BA60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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