Html Css Color HEX #BA60D7 Medium Orchid

📋 copy color: '#BA60D7'

red 186 ◦ green 96 ◦ blue 215

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

Shades of Medium Orchid #BA60D7

Tints of Medium Orchid #BA60D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 37.42%
G = 19.32%
B = 43.26%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BA60D7 (or 0xBA60D7) is known color: Medium Orchid. HEX triplet: BA, 60 and D7. RGB value is (186,96,215). Sum of RGB (Red+Green+Blue) = 186+96+215=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA60D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60D7 is #459F28. Grayscale: #888888. Windows color (decimal): -4562729 or 14115002. OLE color: 14115002.

HSL color Cylindrical-coordinate representation of color #BA60D7: hue angle of 285.38º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA60D7 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 96 215 -
CMYK 0.13 0.55 0 0.16
HSL 285.38º 0.6% 0.61% -
HSV(B) 285.38º 0.55% 0.84% -
XYZ 36.7 23.71 66.93 -
YUV 136.48 172.32 163.32 -
System Red Green Blue C M Y K H S L
Decimal 186 96 215 0.13 0.55 0 0.16 285.38 0.6 0.61
Hex BA 60 D7 D 37 0 10 11D 3C 3D
Octal 272 140 327 15 67 0 20 435 74 75
Binary 10111010 1100000 11010111 1101 110111 0 10000 100011101 111100 111101

Color Harmonies of #BA60D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60D7

Black with #BA60D7

Text Example


Text Example

White with #BA60D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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