Html Css Color HEX #BA60DA Medium Orchid

📋 copy color: '#BA60DA'

red 186 ◦ green 96 ◦ blue 218

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

Shades of Medium Orchid #BA60DA

Tints of Medium Orchid #BA60DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 37.2%
G = 19.2%
B = 43.6%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BA60DA (or 0xBA60DA) is known color: Medium Orchid. HEX triplet: BA, 60 and DA. RGB value is (186,96,218). Sum of RGB (Red+Green+Blue) = 186+96+218=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 96 (37.89% from 255 or 19.2% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #BA60DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA60DA is #459F25. Grayscale: #888888. Windows color (decimal): -4562726 or 14311610. OLE color: 14311610.

HSL color Cylindrical-coordinate representation of color #BA60DA: hue angle of 284.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA60DA is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 96 218 -
CMYK 0.15 0.56 0 0.15
HSL 284.26º 0.62% 0.62% -
HSV(B) 284.26º 0.56% 0.85% -
XYZ 37.09 23.87 68.98 -
YUV 136.82 173.82 163.08 -
System Red Green Blue C M Y K H S L
Decimal 186 96 218 0.15 0.56 0 0.15 284.26 0.62 0.62
Hex BA 60 DA F 38 0 F 11C 3E 3E
Octal 272 140 332 17 70 0 17 434 76 76
Binary 10111010 1100000 11011010 1111 111000 0 1111 100011100 111110 111110

Color Harmonies of #BA60DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA60DA

Black with #BA60DA

Text Example


Text Example

White with #BA60DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA60DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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